OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。

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

Collaboration diagram for 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 )
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

この構造体詳解は次のファイルから抽出されました: