Face SDK  1.7 Mozart rc
Face Recognition Software Development Kit
Classes | Functions
image.h File Reference
#include <face_sdk_base/export.h>
#include <memory>
#include <string>

Go to the source code of this file.

Classes

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

Functions

std::shared_ptr< face_sdk::image > FACE_SDK_EXPORT face_sdk::load_image_from_file (const std::string &file_name)
 Load encoded image from file. Image must be in RBG or BRG channels order. Grayscale or images with alfa-channel not allowed.
More...
 
std::shared_ptr< face_sdk::image > FACE_SDK_EXPORT face_sdk::load_image_from_data (const std::uint8_t *data, int32_t data_size)
 Load encoded image from memory. More...
 
std::shared_ptr< face_sdk::image > FACE_SDK_EXPORT face_sdk::make_image_from_data (const std::uint8_t *data, std::uint32_t width, std::uint32_t height)
 Makes image object from bitmap. Bitmap must 24bpp RGB format. More...
 
std::shared_ptr< face_sdk::image > FACE_SDK_EXPORT face_sdk::make_image_from_data (const std::uint8_t *data, std::uint32_t width, std::uint32_t height, std::uint32_t stride)
 Makes image object from bitmap. Bitmap must 24bpp RGB format. More...