/// 3. low frequency luminance to be reduced (luminance range compression);
/// 4. local logarithmic luminance compression allows details to be enhanced in low light conditions.
/// USE : this model can be used basically for spatio-temporal video effects but also for :
/// _using the getParvo method output matrix : texture analysiswith enhanced signal to noise ratio and enhanced details robust against input images luminance ranges
/// _using the getParvo method output matrix : texture analysiswith enhanced signal-to-noise ratio and enhanced details robust against input images luminance ranges
/// _using the getMagno method output matrix : motion analysis also with the previously cited properties
///
/// For more information, reer to the following papers :
/// <param name="useRetinaLogSampling">Activate retina log sampling, if true, the 2 following parameters can be used</param>
/// <param name="reductionFactor">Only useful if param useRetinaLogSampling=true, specifies the reduction factor of the output frame (as the center (fovea) is high resolution and corners can be underscaled, then a reduction of the output is allowed without precision leak</param>
/// <param name="samplingStrength">Only useful if param useRetinaLogSampling=true, specifies the strength of the log scale that is applied</param>
/// Transforms source image using the specified matrix
@ -1932,7 +1938,7 @@ namespace Emgu.CV
/// <param name="crop">If set to true the image is cropped to its original size, possibly losing corners information. If set to false the result image has different size than original and all rotation information is preserved</param>