Face Engine SDK  4.7.0
A face detection, recognition and tracking engine.
Descriptor extractor

Descriptor extractor public interfaces and related types and structures. More...

Classes

struct  fsdk::MatchingResult
 Result of descriptor matching. More...
 
struct  fsdk::IDescriptor
 Descriptor interface. More...
 
struct  fsdk::IDescriptorBatch
 Descriptor batch interface. More...
 
struct  fsdk::ErrorTraits< IDescriptorBatch::Error >
 Specialized for DescriptorBatchError. More...
 
struct  fsdk::IDescriptorExtractor
 Descriptor extractor interface. More...
 
struct  fsdk::IDescriptorMatcher
 Descriptor matcher interface. More...
 

Enumerations

enum  fsdk::DesctiptorType { fsdk::DT_FACE, fsdk::DT_HUMAN }
 Descriptor type enum. Determines which type of descriptor to use. More...
 
enum  fsdk::DescriptorVersion : uint32_t { fsdk::DV_MIN_FACE_DESCRIPTOR_VERSION = 46, fsdk::DV_MIN_HUMAN_DESCRIPTOR_VERSION = 101 }
 Minimum descriptor model version. Determines which minimum version of descriptor to use. More...
 

Detailed Description

Descriptor extractor public interfaces and related types and structures.

Enumeration Type Documentation

◆ DescriptorVersion

enum fsdk::DescriptorVersion : uint32_t

Minimum descriptor model version. Determines which minimum version of descriptor to use.

Enumerator
DV_MIN_FACE_DESCRIPTOR_VERSION 

face descriptor

DV_MIN_HUMAN_DESCRIPTOR_VERSION 

human descriptor

◆ DesctiptorType

Descriptor type enum. Determines which type of descriptor to use.

Enumerator
DT_FACE 

face descriptor

DT_HUMAN 

human descriptor