3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
com.vdt.face_recognition.sdk.RawImage.Format Enum Reference

Format of image data. More...

Public Attributes

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

Detailed Description

Format of image data.