3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
face_sdk.modules.raw_image.Format Class Reference

Format of image data. More...

Static Public Attributes

int FORMAT_GRAY = 0
 Grayscale, 8 bit per pixel.
 
int FORMAT_RGB = 1
 RGB, 24 bit per pixel, 8 bit per channel.
 
int FORMAT_BGR = 2
 BGR, 24 bit per pixel, 8 bit per channel.
 
int FORMAT_YUV_NV21 = 3
 NV21 format in the YUV color coding system, the standard image format used on the Android camera preview.
 
int FORMAT_YUV_NV12 = 4
 NV12 format in the YUV color coding system.
 

Detailed Description

Format of image data.