![]() |
Face Engine SDK
5.17.0
A face detection, recognition and tracking engine.
|
Image color type estimator interface. More...
#include <IBlackWhiteEstimator.h>
Public Types | |
enum | ImageColorType : uint8_t { ImageColorType::Color = 0, ImageColorType::Grayscale, ImageColorType::Infrared } |
Enumeration of possible image color types. More... | |
Public Attributes | |
float | colorScore |
0(grayscale)..1(color); | |
float | infraredScore |
0(infrared)..1(not infrared); | |
ImageColorType | colorType |
Image color type estimator interface.
These values are produced by IBlackWhiteEstimator object.
|
strong |