OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
未找到匹配项
cv::hal::DFT2D 结构体参考抽象

#include <opencv2/core/hal/hal.hpp>

cv::hal::DFT2D 的协作图

公共成员函数

虚函数 ~DFT2D ()
 
虚函数 void apply (const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step)=0
 

静态公共成员函数

静态 Ptr< DFT2Dcreate (int width, int height, int depth, int src_channels, int dst_channels, int flags, int nonzero_rows=0)
 

构造函数和析构函数文档

◆ ~DFT2D()

virtual cv::hal::DFT2D::~DFT2D ( )
内联虚函数

成员函数文档

◆ apply()

virtual void cv::hal::DFT2D::apply ( const uchar * src_data,
size_t src_step,
uchar * dst_data,
size_t dst_step )
纯虚函数

◆ create()

静态 Ptr< DFT2D > cv::hal::DFT2D::create ( int width,
int height,
int depth,
int src_channels,
int dst_channels,
int flags,
int nonzero_rows = 0 )
静态

此结构体的文档是从以下文件生成的: