Click or drag to resize

mcLocalEqType Enumeration

Legal values for the McEnhance.LocalEqualization EqualizationType argument.

Namespace:  MediaCy.IQL.Filters
Assembly:  MediaCy.IQL.Filters (in MediaCy.IQL.Filters.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcLocalEqType
Members
  Member nameValueDescription
mcleqLinear1Linear histogram equalization, spreading theintensity histogram evenly from minimum to maximum values.
mcleqBell2The redistributed histogram will have a Gaussian bell shape.
mcleqLog3The histogram will be given an exponentialdistribution.
mcleqExponential4The histogram will be given a logarithmicdistribution.
mcleqBestFit5A linear contrast enhancement will be performed basedon the minimum and maximum intensities in the local histogram window. All pixel values within the histogram are linearly mapped from the histogram minimum to maximum onto McImage.RangeMin to McImage.RangeMax.
mcleqStdDev6A linear contrast enhancement will be performed basedon the average value in the window plus and minus the standard deviation specified in the StdDev argument. All pixel values within this range are linearly mapped onto McImage.RangeMin to McImage.RangeMax, with values outside the range clipped to those limits. This provides results similar to mcleqBestFit, with less sensitivity to outlier pixel values.
See Also