ImageEn, unit iexProcEffects

Smoothing Method Constants


Description

const
  SmoothMethod_SymmetricNearestNeighbour = 0; // Smoothing
  SmoothMethod_UnsharpMask = 1; // Unsharp Mask
  SmoothMethod_Blur = 2; // Blur
  SmoothMethod_fastNlMeansDenoisingColored = 3; // Denoising (IEVision)
  SmoothMethod_Smooth_Blur = 4; // Convolution (IEVision)
  SmoothMethod_Smooth_Gaussian = 5; // Gaussian (IEVision)
  SmoothMethod_Smooth_Median = 6; // Median (IEVision)
  SmoothMethod_Smooth_Bilateral = 7; // Bilateral (IEVision)