STIRA
0.1
|
A class to estimate sigma for white noise with the Mean Absolute Deviation method of Donoho References: - "Ideal spatial adaptation by wavelet shrinkage", D. Donoho and I. Johnstone, Biometrika, 1994, vol. 81, pp. 425–455 (relevant section is on 17th page of the paper, just above section 4.3) More...
#include <NoiseEstimator.h>
Public Member Functions | |
NoiseEstimator () | |
Constructor. | |
~NoiseEstimator () | |
Destructor. | |
Static Public Member Functions | |
static double | Run (ArrayGrid< double > *pGrid) |
gets the sigma of the noise for the given grid More... | |
A class to estimate sigma for white noise with the Mean Absolute Deviation method of Donoho References: - "Ideal spatial adaptation by wavelet shrinkage", D. Donoho and I. Johnstone, Biometrika, 1994, vol. 81, pp. 425–455 (relevant section is on 17th page of the paper, just above section 4.3)
|
static |
gets the sigma of the noise for the given grid
pGrid | the grid for which to determine the noise |
References stira::wavelet::CriticallySubsampledTransform::Decompose(), stira::imagedata::PyramidLevel< T >::GetOrientedBand(), stira::wavelet::Wavelet::GetPyramid(), and stira::imagedata::Pyramid< T >::GetRecursiveScale().
Referenced by stira::deconvolve::GNCDeconvolve::Run().