#include "facerec.hpp"
§ empty()
virtual bool cv::face::BasicFaceRecognizer::empty |
( |
| ) |
const |
|
virtual |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Implements cv::face::FaceRecognizer.
§ getEigenValues()
cv::Mat cv::face::BasicFaceRecognizer::getEigenValues |
( |
| ) |
const |
§ getEigenVectors()
cv::Mat cv::face::BasicFaceRecognizer::getEigenVectors |
( |
| ) |
const |
§ getLabels()
cv::Mat cv::face::BasicFaceRecognizer::getLabels |
( |
| ) |
const |
§ getMean()
cv::Mat cv::face::BasicFaceRecognizer::getMean |
( |
| ) |
const |
§ getNumComponents()
int cv::face::BasicFaceRecognizer::getNumComponents |
( |
| ) |
const |
§ getProjections()
std::vector<cv::Mat> cv::face::BasicFaceRecognizer::getProjections |
( |
| ) |
const |
§ getThreshold()
double cv::face::BasicFaceRecognizer::getThreshold |
( |
| ) |
const |
|
virtual |
§ read()
virtual void cv::face::BasicFaceRecognizer::read |
( |
const FileNode & |
fn | ) |
|
|
virtual |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Implements cv::face::FaceRecognizer.
§ setNumComponents()
void cv::face::BasicFaceRecognizer::setNumComponents |
( |
int |
val | ) |
|
§ setThreshold()
void cv::face::BasicFaceRecognizer::setThreshold |
( |
double |
val | ) |
|
|
virtual |
§ write()
virtual void cv::face::BasicFaceRecognizer::write |
( |
FileStorage & |
fs | ) |
const |
|
virtual |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Saves this model to a given FileStorage.
- Parameters
-
Implements cv::face::FaceRecognizer.
§ _eigenvalues
Mat cv::face::BasicFaceRecognizer::_eigenvalues |
|
protected |
§ _eigenvectors
Mat cv::face::BasicFaceRecognizer::_eigenvectors |
|
protected |
§ _labels
Mat cv::face::BasicFaceRecognizer::_labels |
|
protected |
§ _mean
Mat cv::face::BasicFaceRecognizer::_mean |
|
protected |
§ _num_components
int cv::face::BasicFaceRecognizer::_num_components |
|
protected |
§ _projections
std::vector<Mat> cv::face::BasicFaceRecognizer::_projections |
|
protected |
§ _threshold
double cv::face::BasicFaceRecognizer::_threshold |
|
protected |
The documentation for this class was generated from the following file:
- /build/master-contrib_docs-lin64/opencv_contrib/modules/face/include/opencv2/face/facerec.hpp