SmartFace Embedded Toolkit  4.2.1
Loading...
Searching...
No Matches
SFEImage Struct Reference

Raw owned raster image representation, HWC|BGR order. More...

#include <sfe_core.h>

Data Fields

size_t width
 Width of the image in pixels.
 
size_t height
 Height of the image in pixels.
 
unsigned char * data
 Pointer to raw HWC|BGR data, size is width * height * 3.
 

Detailed Description

Raw owned raster image representation, HWC|BGR order.

Note
For non-owning variant use SFEImageView.
Warning
This type retains ownership of the data, call sfeImageFree to free the allocated image data.
Examples
example_face_demographic_attributes.cpp, example_face_identify.cpp, example_face_identify_entity.cpp, example_face_liveness.cpp, example_face_track.cpp, example_iris_identify.cpp, example_palm_attributes.cpp, example_palm_identify.cpp, and example_palm_liveness.cpp.

Definition at line 70 of file sfe_core.h.

Field Documentation

◆ data

unsigned char* SFEImage::data

Pointer to raw HWC|BGR data, size is width * height * 3.

Definition at line 76 of file sfe_core.h.

◆ height

size_t SFEImage::height

Height of the image in pixels.

Examples
example_face_identify.cpp, and example_face_liveness.cpp.

Definition at line 74 of file sfe_core.h.

◆ width

size_t SFEImage::width

Width of the image in pixels.

Examples
example_face_identify.cpp, and example_face_liveness.cpp.

Definition at line 72 of file sfe_core.h.


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