![]() |
Face SDK
1.13.0 Mozart release
Face Recognition Software Development Kit
|
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 | |
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.