3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
pbio::SampleCheckStatus Struct Reference

The result of some kind of sample checking. More...

#include <SampleCheckStatus.h>

Public Types

enum  Verdict { PASSED = 0, FAILED = 1, NOT_COMPUTED = 2 }
 

Detailed Description

The result of some kind of sample checking.

Member Enumeration Documentation

Enumerator
PASSED 

Sample passed the checking.

FAILED 

Sample did not pass the checking.

NOT_COMPUTED 

Sample was not checked.