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

Interface object used to estimate sample quality. More...

#include <QualityEstimator.h>

Classes

struct  Quality
 Set of quality parameters. Each parameter is in range 1 to 5. '1' stands for 'best qualit', '5' stands for 'worst quality'. More...
 

Public Types

typedef LightSmartPtr
< QualityEstimator >::tPtr 
Ptr
 Alias for the type of a smart pointer to QualityEstimator.
 

Public Member Functions

Quality estimateQuality (const pbio::RawSample &) const
 Estimates quality of a given face sample. More...
 

Detailed Description

Interface object used to estimate sample quality.

Warning
This is a deprecated version (see the new one in Processing Block API). It's support will end in 2024.

Member Function Documentation

QualityEstimator::Quality pbio::QualityEstimator::estimateQuality ( const pbio::RawSample sample) const
inline

Estimates quality of a given face sample.

Parameters
[in]sampleFace sample.
Returns
Estimated quality.