Flags

Flag that indicates which color space to equalize. Possible values are:

Value

Meaning

RGB_SPACE

[0x0001] Linearizes the number of pixels across the RGB color space.(separated channels)

YUV_SPACE

[0x0002] Linearizes the number of pixels across the YUV color space.(Best results)

GRAY_SPACE

[0x0004] Linearizes the number of pixels per gray level in a gray level representation of the image.