Struct cv::hal::DCT2D#

Collaboration diagram for cv::hal::DCT2D:

Constructor & Destructor Documentation#

~DCT2D()#

cv::hal::DCT2D::~DCT2D()

Member Function Documentation#

create()#

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

apply()#

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

Source file#

The documentation for this struct was generated from the following file: