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

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

Collaboration diagram for cv::hal::DCT2D:

公開メンバ関数

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

静的公開メンバ関数

static Ptr< DCT2Dcreate (int width, int height, int depth, int flags)
 

構築子と解体子の詳解

◆ ~DCT2D()

virtual cv::hal::DCT2D::~DCT2D ( )
inlinevirtual

メンバ関数詳解

◆ apply()

virtual void cv::hal::DCT2D::apply ( const uchar * src_data,
size_t src_step,
uchar * dst_data,
size_t dst_step )
pure virtual

◆ create()

static Ptr< DCT2D > cv::hal::DCT2D::create ( int width,
int height,
int depth,
int flags )
static

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