OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Namespaces | Functions
dct_image_denoising.hpp File Reference
#include <opencv2/core.hpp>
Include dependency graph for dct_image_denoising.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
 
namespace  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.
 

Detailed Description

Date
Jun 26, 2014
Author
Yury Gitman