ImageType
Defines the type of an image.
Elements
Name | Value | Description |
---|---|---|
IMAQ_IMAGE_U8 | 0 | The image type is 8-bit unsigned integer grayscale. |
IMAQ_IMAGE_U16 | 7 | The image type is 16-bit unsigned integer grayscale. |
IMAQ_IMAGE_I16 | 1 | The image type is 16-bit signed integer grayscale. |
IMAQ_IMAGE_SGL | 2 | The image type is 32-bit floating-point grayscale. |
IMAQ_IMAGE_COMPLEX | 3 | The image type is complex. |
IMAQ_IMAGE_RGB | 4 | The image type is RGB color. |
IMAQ_IMAGE_HSL | 5 | The image type is HSL color. |
IMAQ_IMAGE_RGB_U64 | 6 | The image type is 64-bit unsigned RGB color. |
IMAQ_IMAGE_TYPE_SIZE_GUARD | 0xFFFFFFFF | Reserved |