Face Engine SDK  5.8.0
A face detection, recognition and tracking engine.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
IDescriptor.h File Reference

Descriptor extractor and matcher interfaces. More...

#include "IObject.h"
#include "IDetector.h"
#include "FSDKError.h"
#include "Types.h"
#include <limits>

Go to the source code of this file.

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...
 

Namespaces

 fsdk
 SDK namespace.
 

Enumerations

enum  fsdk::DescriptorType { 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 = 102 }
 Minimum descriptor model version. Determines which minimum version of descriptor to use. More...
 
enum  fsdk::HumanDescriptorVersion : uint32_t { fsdk::HDV_TRACKER_HUMAN_DESCRIPTOR_VERSION = 102, fsdk::HDV_PRECISE_HUMAN_DESCRIPTOR_VERSION = 103, fsdk::HDV_REGULAR_HUMAN_DESCRIPTOR_VERSION = 104 }
 Human descriptor model versions. Determines which version of human descriptor to use. More...
 

Detailed Description

Descriptor extractor and matcher interfaces.

Date
25.06.2014