PixelType

PixelType enumeration

Determines the type of the pixel data for image recognition.

Members

Member nameDescription
BYTESets type as 1 bit per pixel.
RGBSets type as rgb.
RGBASets type as argb.
BGRSets type as bgr.

See Also