Face Engine SDK  5.23.1
A face detection, recognition and tracking engine.
fsdk::Quality Struct Reference

Quality estimation structure Each estimation is given in normalized [0, 1] range. Parameter meanings: More...

#include <IQualityEstimator.h>

List of all members.

Public Member Functions

float getQuality () const noexcept

Public Attributes

float light
float dark
float gray
float blur

Detailed Description

Quality estimation structure Each estimation is given in normalized [0, 1] range. Parameter meanings:

  • light: image overlighting degree. 1 - ok, 0 - overlighted;
  • dark: image darkness degree. 1 - ok, 0 - too dark;
  • gray: image grayness degree 1 - ok, 0 - too gray;
  • blur: image blur degree. 1 - ok, 0 - too blured.

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines