🤖
AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は
公式英語版(原文) を参照してください。
#include <opencv2/core/hal/hal.hpp>
|
| virtual | ~DFT2D () |
| |
| virtual void | apply (const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step)=0 |
| |
|
| static 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 |
( |
| ) |
|
|
inlinevirtual |
◆ apply()
| virtual void cv::hal::DFT2D::apply |
( |
const uchar * | src_data, |
|
|
size_t | src_step, |
|
|
uchar * | dst_data, |
|
|
size_t | dst_step ) |
|
pure virtual |
◆ 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 |
この構造体詳解は次のファイルから抽出されました: