Face Engine SDK
4.6.0
A face detection, recognition and tracking engine.
|
Syntax sugar, allows you to use lambdas to define a BestDetection comparer. More...
#include <IDetector.h>
Public Types | |
typedef std::function< bool(const Image &img, const BaseDetection< float > &, const BaseDetection< float > &)> | Function |
Public Member Functions | |
FunctionDetectionComparer (const Function &function) | |
bool | compare (const Image &img, const BaseDetection< float > &a, const BaseDetection< float > &b) const |
Syntax sugar, allows you to use lambdas to define a BestDetection comparer.