OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
cv::face::EigenFaceRecognizer 成员列表

这是cv::face::EigenFaceRecognizer的完整成员列表,包括所有继承的成员。

_eigenvaluescv::face::BasicFaceRecognizerprotected 保护成员
_eigenvectorscv::face::BasicFaceRecognizerprotected 保护成员
_labelscv::face::BasicFaceRecognizerprotected 保护成员
_labelsInfocv::face::FaceRecognizerprotected 保护成员
_meancv::face::BasicFaceRecognizerprotected 保护成员
_num_componentscv::face::BasicFaceRecognizerprotected 保护成员
_projectionscv::face::BasicFaceRecognizerprotected 保护成员
_thresholdcv::face::BasicFaceRecognizerprotected 保护成员
Algorithm 算法()cv::Algorithm
clear 清空()cv::Algorithminline 内联virtual 虚函数
create(int num_components=0, double threshold=DBL_MAX)cv::face::EigenFaceRecognizerstatic 静态成员
empty() const CV_OVERRIDEcv::face::BasicFaceRecognizervirtual 虚函数
getDefaultName() constcv::Algorithmvirtual 虚函数
getEigenValues() constcv::face::BasicFaceRecognizer
getEigenVectors() constcv::face::BasicFaceRecognizer
getLabelInfo(int label) constcv::face::FaceRecognizervirtual 虚函数
getLabels() constcv::face::BasicFaceRecognizer
getLabelsByString(const String &str) constcv::face::FaceRecognizervirtual 虚函数
getMean() constcv::face::BasicFaceRecognizer
getNumComponents() constcv::face::BasicFaceRecognizer
getProjections() constcv::face::BasicFaceRecognizer
getThreshold() const CV_OVERRIDEcv::face::BasicFaceRecognizervirtual 虚函数
load(const String &filename, const String &objname=String())cv::Algorithminline 内联static 静态成员
loadFromString(const String &strModel, const String &objname=String())cv::Algorithminline 内联static 静态成员
predict(InputArray src) constcv::face::FaceRecognizer
predict(InputArray src, int &label, double &confidence) constcv::face::FaceRecognizer
predict(InputArray src, Ptr< PredictCollector > collector) const =0cv::face::FaceRecognizer纯虚函数
read(const FileNode &fn) CV_OVERRIDEcv::face::BasicFaceRecognizervirtual 虚函数
read(const String &filename)cv::face::BasicFaceRecognizervirtual 虚函数
save(const String &filename) constcv::Algorithmvirtual 虚函数
setLabelInfo(int label, const String &strInfo)cv::face::FaceRecognizervirtual 虚函数
setNumComponents(int val)cv::face::BasicFaceRecognizer
setThreshold(double val) CV_OVERRIDEcv::face::BasicFaceRecognizervirtual 虚函数
train(InputArrayOfArrays src, InputArray labels)=0cv::face::FaceRecognizer纯虚函数
update(InputArrayOfArrays src, InputArray labels)cv::face::FaceRecognizervirtual 虚函数
write(FileStorage &fs) const CV_OVERRIDEcv::face::BasicFaceRecognizervirtual 虚函数
write(const String &filename) constcv::face::BasicFaceRecognizervirtual 虚函数
cv::Algorithm::write(FileStorage &fs, const String &name) constcv::Algorithm
cv::Algorithm::write(const Ptr< FileStorage > &fs, const String &name=String()) constcv::Algorithm
writeFormat(FileStorage &fs) constcv::Algorithmprotected 保护成员
~Algorithm()cv::Algorithmvirtual 虚函数