OpenCV  3.2.0-dev
Open Source Computer Vision
cv::hal::DCT2D Struct Referenceabstract

#include "hal.hpp"

Public Member Functions

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

Static Public Member Functions

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

Constructor & Destructor Documentation

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

References cv::Cholesky(), CV_EXPORTS, cv::exp(), cv::fastAtan2(), cv::log(), cv::LU(), cv::magnitude(), and cv::sqrt().

Here is the call graph for this function:

Member Function Documentation

virtual void cv::hal::DCT2D::apply ( const uchar src_data,
size_t  src_step,
uchar dst_data,
size_t  dst_step 
)
pure virtual
static Ptr<DCT2D> cv::hal::DCT2D::create ( int  width,
int  height,
int  depth,
int  flags 
)
static

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