Raytrix RayCam SDK  v2.1.0
Enumerations
EImageFormat Namespace Reference

Defines the different image formats. More...

Enumerations

enum  ID {
  RAW = 0, RAW_PROC = 1, RGBA = 2, RGBA_PROC = 3, RAW_CROPPED = 4, RGBA_TO_LUM = 5, RGB = 6, BGR = 7,
  BGRA = 8
}
 

Detailed Description

Defines the different image formats.

Enumeration Type Documentation

Enumerator
RAW 

Image is in RAW format.

RAW_PROC 

Image is in RAW format and has already some image processing.

RGBA 

Image is in RGBA format.

RGBA_PROC 

Image is in RGBA format and has already some image processing.

RAW_CROPPED 

Image is in RAW format and has been cropped.

RGBA_TO_LUM 

Image is processed to luminance.

RGB 

Image is in RGB format.

BGR 

Image is in BGR format.

BGRA 

Image is in BGRA format.