Face Engine SDK  5.23.1
A face detection, recognition and tracking engine.
fsdk::FunctionDetectionComparer Class Reference

Syntax sugar, allows you to use lambdas to define a BestDetection comparer. More...

#include <IDetector.h>

Inheritance diagram for fsdk::FunctionDetectionComparer:
fsdk::IDetectionComparer

List of all members.

Public Types

typedef std::function< bool(const
Image &img, const Detection
&, const Detection &)> 
Function

Public Member Functions

 FunctionDetectionComparer (const Function &function)
bool compare (const Image &img, const Detection &a, const Detection &b) const

Detailed Description

Syntax sugar, allows you to use lambdas to define a BestDetection comparer.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines