ImageEn, unit iexProcEffects |
|
Smoothing Method Constants
Description
const
SmoothMethod_SymmetricNearestNeighbour = 0; // Smoothing
SmoothMethod_UnsharpMask = 1; // Unsharp Mask
SmoothMethod_Blur = 2; // Blur
SmoothMethod_RemoveIsolatedPixels = 3; // Remove Isolated Pixels
SmoothMethod_fastNlMeansDenoisingColored = 4; // Denoising (IEVision)
SmoothMethod_Smooth_Blur = 5; // Convolution (IEVision)
SmoothMethod_Smooth_Gaussian = 6; // Gaussian (IEVision)
SmoothMethod_Smooth_Median = 7; // Median (IEVision)
SmoothMethod_Smooth_Bilateral = 8; // Bilateral (IEVision)