This is the complete list of members for cv::FaceRecognizer, including all inherited members.
_create(const string &name) | cv::Algorithm | static |
Algorithm() | cv::Algorithm | |
Constructor typedef | cv::Algorithm | |
create(const string &name) | cv::Algorithm | inlinestatic |
get(const string &name) const | cv::Algorithm | inline |
get(const char *name) const | cv::Algorithm | inline |
getAlgorithm(const string &name) const | cv::Algorithm | |
getBool(const string &name) const | cv::Algorithm | |
getDouble(const string &name) const | cv::Algorithm | |
getInt(const string &name) const | cv::Algorithm | |
getLabelInfo(const int &label) | cv::FaceRecognizer | |
getLabelsByString(const string &str) | cv::FaceRecognizer | |
getList(CV_OUT vector< string > &algorithms) | cv::Algorithm | static |
getMat(const string &name) const | cv::Algorithm | |
getMatVector(const string &name) const | cv::Algorithm | |
getParams(CV_OUT vector< string > &names) const | cv::Algorithm | |
getString(const string &name) const | cv::Algorithm | |
Getter typedef | cv::Algorithm | |
info() const | cv::Algorithm | inlinevirtual |
load(const string &filename) | cv::FaceRecognizer | virtual |
load(const FileStorage &fs)=0 | cv::FaceRecognizer | pure virtual |
name() const | cv::Algorithm | |
paramHelp(const string &name) const | cv::Algorithm | |
paramType(const char *name) const | cv::Algorithm | |
paramType(const string &name) const | cv::Algorithm | |
predict(InputArray src) const =0 | cv::FaceRecognizer | pure virtual |
predict(InputArray src, CV_OUT int &label, CV_OUT double &confidence) const =0 | cv::FaceRecognizer | pure virtual |
read(const FileNode &fn) | cv::Algorithm | virtual |
save(const string &filename) const | cv::FaceRecognizer | virtual |
save(FileStorage &fs) const =0 | cv::FaceRecognizer | pure virtual |
set(const string &name, int value) | cv::Algorithm | |
set(const string &name, double value) | cv::Algorithm | |
set(const string &name, bool value) | cv::Algorithm | |
set(const string &name, const string &value) | cv::Algorithm | |
set(const string &name, const Mat &value) | cv::Algorithm | |
set(const string &name, const vector< Mat > &value) | cv::Algorithm | |
set(const string &name, const Ptr< Algorithm > &value) | cv::Algorithm | |
set(const string &name, const Ptr< _Tp > &value) | cv::Algorithm | inline |
set(const char *name, int value) | cv::Algorithm | |
set(const char *name, double value) | cv::Algorithm | |
set(const char *name, bool value) | cv::Algorithm | |
set(const char *name, const string &value) | cv::Algorithm | |
set(const char *name, const Mat &value) | cv::Algorithm | |
set(const char *name, const vector< Mat > &value) | cv::Algorithm | |
set(const char *name, const Ptr< Algorithm > &value) | cv::Algorithm | |
set(const char *name, const Ptr< _Tp > &value) | cv::Algorithm | inline |
setAlgorithm(const string &name, const Ptr< Algorithm > &value) | cv::Algorithm | |
setAlgorithm(const string &name, const Ptr< _Tp > &value) | cv::Algorithm | inline |
setAlgorithm(const char *name, const Ptr< Algorithm > &value) | cv::Algorithm | |
setAlgorithm(const char *name, const Ptr< _Tp > &value) | cv::Algorithm | inline |
setBool(const string &name, bool value) | cv::Algorithm | |
setBool(const char *name, bool value) | cv::Algorithm | |
setDouble(const string &name, double value) | cv::Algorithm | |
setDouble(const char *name, double value) | cv::Algorithm | |
setInt(const string &name, int value) | cv::Algorithm | |
setInt(const char *name, int value) | cv::Algorithm | |
setLabelsInfo(const std::map< int, string > &labelsInfo) | cv::FaceRecognizer | |
setMat(const string &name, const Mat &value) | cv::Algorithm | |
setMat(const char *name, const Mat &value) | cv::Algorithm | |
setMatVector(const string &name, const vector< Mat > &value) | cv::Algorithm | |
setMatVector(const char *name, const vector< Mat > &value) | cv::Algorithm | |
setString(const string &name, const string &value) | cv::Algorithm | |
setString(const char *name, const string &value) | cv::Algorithm | |
Setter typedef | cv::Algorithm | |
train(InputArrayOfArrays src, InputArray labels)=0 | cv::FaceRecognizer | pure virtual |
update(InputArrayOfArrays src, InputArray labels) | cv::FaceRecognizer | |
write(FileStorage &fs) const | cv::Algorithm | virtual |
~Algorithm() | cv::Algorithm | virtual |
~FaceRecognizer() | cv::FaceRecognizer | inlinevirtual |