OpenCV  4.10.0
开源计算机视觉库
正在加载...
正在搜索...
无匹配项
公共成员函数 | 静态公共成员函数 | 所有成员列表
cv::hal::DFT2D 结构参考abstract

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

cv::hal::DFT2D 的协作图

公共成员函数

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

静态公共成员函数

static 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 ( )
inlinevirtual

成员函数文档

◆ apply()

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

◆ create()

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

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