Click or drag to resize

CvXPhotoBm3dDenoising Method

Overload List
  NameDescription
Public methodStatic memberBm3dDenoising(InputArray, OutputArray, Single, Int32, Int32, Int32, Int32, Int32, Int32, Single, NormTypes, Bm3dSteps, TransformTypes)
Performs image denoising using the Block-Matching and 3D-filtering algorithm (http://www.cs.tut.fi/~foi/GCF-BM3D/BM3D_TIP_2007.pdf) with several computational optimizations.Noise expected to be a gaussian white noise.
Public methodStatic memberBm3dDenoising(InputArray, InputOutputArray, OutputArray, Single, Int32, Int32, Int32, Int32, Int32, Int32, Single, NormTypes, Bm3dSteps, TransformTypes)
Performs image denoising using the Block-Matching and 3D-filtering algorithm (http://www.cs.tut.fi/~foi/GCF-BM3D/BM3D_TIP_2007.pdf) with several computational optimizations.Noise expected to be a gaussian white noise.
Top
See Also