| 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. |
|