#include <face_recognizer_algorithms.h>

Public Member Functions | |
| FaceRecognizer_LDA2D () | |
| virtual bool | trainModel (std::vector< cv::Mat > &img_vec, std::vector< int > &label_vec, int &target_dim) |
| Abstract method for model training. | |
| virtual | ~FaceRecognizer_LDA2D () |
Definition at line 236 of file face_recognizer_algorithms.h.
Definition at line 239 of file face_recognizer_algorithms.h.
| virtual ipa_PeopleDetector::FaceRecognizer_LDA2D::~FaceRecognizer_LDA2D | ( | ) | [inline, virtual] |
Definition at line 243 of file face_recognizer_algorithms.h.
| bool ipa_PeopleDetector::FaceRecognizer_LDA2D::trainModel | ( | std::vector< cv::Mat > & | img_vec, |
| std::vector< int > & | label_vec, | ||
| int & | target_dim | ||
| ) | [virtual] |
Abstract method for model training.
Abstract method to train recognition model.
| [in] | img_vec | Vector of image matrices |
| [in] | label_vec | Vector of labels |
| [in] | target_dim | Subspace dimension |
Implements ipa_PeopleDetector::FaceRecognizerBaseClass.
Definition at line 546 of file face_recognizer_algorithms.cpp.