Image denoising techniques
dctDenoising
-
C++: void dctDenoising(const Mat& src, Mat& dst, const float sigma)
Parameters: |
- src – source image
- dst – destination image
- sigma – expected noise standard deviation
- psize – size of block side where dct is computed
|
Help and Feedback
You did not find what you were looking for?
- Ask a question on the Q&A forum.
- If you think something is missing or wrong in the documentation,
please file a bug report.