Face SDK  1.13.0 Mozart release
Face Recognition Software Development Kit
Public Member Functions | List of all members
face_sdk::image Class Referenceabstract

The image object. An image keeps bitmap data in 24bpp RBG format. More...

#include <image.h>

Public Member Functions

virtual int32_t width () const =0
 image width in pixels
 
virtual int32_t height () const =0
 image height in pixels
 
virtual uint64_t stride () const =0
 bitmap row size in bytes
 
virtual uint8_t * data () const =0
 pointer to memory with bitmap
 
virtual int64_t data_size () const =0
 bitmap size on bytes
 

Detailed Description

The image object. An image keeps bitmap data in 24bpp RBG format.

Use face_sdk::load_image_from_file(), face_sdk::load_image_from_data() and face_sdk::make_image_from_data() functions for instantiate the object of this type.


The documentation for this class was generated from the following file: