The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



TImgCompareMode


Unit:SDL_math2
Class:none
Declaration:TImgCompareMode = (icmRed, icmBlue, icmGreen, icmHue, icmLightness, icmSaturation, icmGrayValues);

The type declaration TImgCompareMode defines the possible pixel comparison modes used in the function CalcImgCorrelation:

icmRed, icmBlue, icmGreen The individual color components of the pixels to be compared are used
icmHue The hue of the pixels are used.
icmLightness The lightness of the pixels are used.
icmSaturation The saturation of the pixels are used
icmGrayValues The gray values as defined for television sets are used.


Last Update: 2023-Feb-06