OpenCV  4.6.0
Open Source Computer Vision
Namespaces | Functions
dct_image_denoising.hpp File Reference
#include <opencv2/core.hpp>

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::xphoto
 

Functions

void cv::xphoto::dctDenoising (const Mat &src, Mat &dst, const double sigma, const int psize=16)
 The function implements simple dct-based denoising. More...
 

Detailed Description

Date
Jun 26, 2014
Author
Yury Gitman