Face Engine SDK  5.14.0
A face detection, recognition and tracking engine.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
fsdk::DepthRange Struct Reference

Depth range configuration structure in millimeters. More...

#include <ILivenessDepthEstimator.h>

Public Member Functions

bool isOk () const noexcept
 

Public Attributes

float min = 600.f
 Minimum distance.
 
float max = 3000.f
 Maximum distance.
 

Detailed Description

Depth range configuration structure in millimeters.

Specifies working range of distances for depth estimator.

Note
Average depth map value should belong to this range. By default configured for kinect depth sensor.

Member Function Documentation

bool fsdk::DepthRange::isOk ( ) const
inlinenoexcept
Returns
flag of range correctness.

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