#include <opencv2/core/hal/hal.hpp>
|  | 
| virtual | ~DCT2D () | 
|  | 
| virtual void | apply (const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step)=0 | 
|  | 
|  | 
| static Ptr< DCT2D > | create (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 | 
 
 
The documentation for this struct was generated from the following file: