#include <subspace_analysis_fuerte.h>

Public Member Functions | |
| FishEigFaces () | |
| bool | init (std::vector< cv::Mat > &img_vec, std::vector< int > &label_vec, int &red_dim) |
| bool | init (std::vector< cv::Mat > &img_vec, std::vector< int > &label_vec, int &red_dim, Method method) |
| bool | init (std::vector< cv::Mat > &img_vec, std::vector< int > &label_vec, int &red_dim, Method method, bool fallback, bool use_unknown_thresh) |
| bool | trainModel (std::vector< cv::Mat > &img_vec, std::vector< int > &label_vec, int &red_dim) |
| bool | trainModel (std::vector< cv::Mat > &img_vec, std::vector< int > &label_vec, int &red_dim, Method method) |
| bool | trainModel (std::vector< cv::Mat > &img_vec, std::vector< int > &label_vec, int &red_dim, Method method, bool fallback, bool use_unknown_thresh) |
| virtual | ~FishEigFaces () |
Protected Attributes | |
| bool | fallback_ |
| SubspaceAnalysis::LDA | lda_ |
| SubspaceAnalysis::PCA | pca_ |
Definition at line 256 of file subspace_analysis_fuerte.h.
Definition at line 736 of file subspace_analysis_fuerte.cpp.
| virtual SubspaceAnalysis::FishEigFaces::~FishEigFaces | ( | ) | [inline, virtual] |
Definition at line 260 of file subspace_analysis_fuerte.h.
| bool SubspaceAnalysis::FishEigFaces::init | ( | std::vector< cv::Mat > & | img_vec, |
| std::vector< int > & | label_vec, | ||
| int & | red_dim | ||
| ) |
Definition at line 754 of file subspace_analysis_fuerte.cpp.
| bool SubspaceAnalysis::FishEigFaces::init | ( | std::vector< cv::Mat > & | img_vec, |
| std::vector< int > & | label_vec, | ||
| int & | red_dim, | ||
| Method | method | ||
| ) |
Definition at line 758 of file subspace_analysis_fuerte.cpp.
| bool SubspaceAnalysis::FishEigFaces::init | ( | std::vector< cv::Mat > & | img_vec, |
| std::vector< int > & | label_vec, | ||
| int & | red_dim, | ||
| Method | method, | ||
| bool | fallback, | ||
| bool | use_unknown_thresh | ||
| ) |
Definition at line 762 of file subspace_analysis_fuerte.cpp.
| bool SubspaceAnalysis::FishEigFaces::trainModel | ( | std::vector< cv::Mat > & | img_vec, |
| std::vector< int > & | label_vec, | ||
| int & | red_dim | ||
| ) |
Definition at line 889 of file subspace_analysis_fuerte.cpp.
| bool SubspaceAnalysis::FishEigFaces::trainModel | ( | std::vector< cv::Mat > & | img_vec, |
| std::vector< int > & | label_vec, | ||
| int & | red_dim, | ||
| Method | method | ||
| ) |
Definition at line 893 of file subspace_analysis_fuerte.cpp.
| bool SubspaceAnalysis::FishEigFaces::trainModel | ( | std::vector< cv::Mat > & | img_vec, |
| std::vector< int > & | label_vec, | ||
| int & | red_dim, | ||
| Method | method, | ||
| bool | fallback, | ||
| bool | use_unknown_thresh | ||
| ) |
Definition at line 897 of file subspace_analysis_fuerte.cpp.
bool SubspaceAnalysis::FishEigFaces::fallback_ [protected] |
Definition at line 276 of file subspace_analysis_fuerte.h.
Definition at line 275 of file subspace_analysis_fuerte.h.
Definition at line 274 of file subspace_analysis_fuerte.h.