$darkmode
OpenCV 4.12.0
Open Source Computer Vision
Namespaces | Functions
ipptransform.hpp File Reference
#include <opencv2/core.hpp>
Include dependency graph for ipptransform.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 cv
 
 cv::fastcv
 

Functions

void cv::fastcv::DCT (InputArray src, OutputArray dst)
 This function performs 8x8 forward discrete Cosine transform on input image accepts input of type 8-bit unsigned integer and produces output of type 16-bit signed integer provides faster execution time than cv::dct on Qualcomm's processor. More...
 
void cv::fastcv::IDCT (InputArray src, OutputArray dst)
 This function performs 8x8 inverse discrete Cosine transform on input image provides faster execution time than cv::dct in inverse case on Qualcomm's processor. More...