Description

Legal values for the McEnhance.LocalEqualization EqualizationType argument.

Members

ConstantValueDescription
 mcleqLinear1

Linear histogram equalization, spreading the intensity histogram evenly from minimum to maximum values.

 mcleqBell2

The redistributed histogram will have a Gaussian bell shape.

 mcleqLog3

The histogram will be given an exponential distribution.

 mcleqExponential4

The histogram will be given a logarithmic distribution.

 mcleqBestFit5

A linear contrast enhancement will be performed based on 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.

 mcleqStdDev6

A linear contrast enhancement will be performed based on 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.