5#ifndef __mace_h_onboard__
6#define __mace_h_onboard__
8#include "opencv2/core.hpp"
78 CV_WRAP
virtual void salt(
const cv::String &passphrase) = 0;
86 CV_WRAP
virtual void train(cv::InputArrayOfArrays images) = 0;
92 CV_WRAP
virtual bool same(cv::InputArray query)
const = 0;
100 CV_WRAP
static cv::Ptr<MACE> load(
const String &filename,
const String &objname=String());
This is a base class for all more or less complex algorithms in OpenCV
Definition: core.hpp:3091
Minimum Average Correlation Energy Filter useful for authentication with (cancellable) biometrical fe...
Definition: mace.hpp:72
"black box" representation of the file storage associated with a file on disk.
Definition: aruco.hpp:75
Definition: cvstd_wrapper.hpp:74