#include <opencv2/core/hal/hal.hpp>
|
虚函数 | ~DFT2D () |
|
虚函数 void | apply (const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step)=0 |
|
|
静态 Ptr< DFT2D > | create (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 ) |
|
静态 |
此结构体的文档是从以下文件生成的: