#include <CIntImage_to_Featurevec.h>
Public Member Functions | |
| float | calc_featurevalue (int nr_feat, int nr_features_without_shaf) |
| CIntImage_to_Featurevec () | |
| void | print_features () |
| void | print_heights () |
| void | read_features (string featurespath) |
| void | write_featurevector (string outputpath, int nr_features_without_shaf) |
Public Attributes | |
| vector< CHaarFeature > | allfeatures |
| CHaarFeature * | currentfeature |
| bool | goodgps |
| float | intimagemat [HEIGHTFEATURES][WIDTHFEATURES] |
| string | path |
| string | pathfull_list_of_filenames |
| string | pathout |
Definition at line 55 of file CIntImage_to_Featurevec.h.
| CIntImage_to_Featurevec::CIntImage_to_Featurevec | ( | ) |
Definition at line 42 of file CIntImage_to_Featurevec.cpp.
| float CIntImage_to_Featurevec::calc_featurevalue | ( | int | nr_feat, |
| int | nr_features_without_shaf | ||
| ) |
Definition at line 141 of file CIntImage_to_Featurevec.cpp.
| void CIntImage_to_Featurevec::print_features | ( | ) |
Definition at line 87 of file CIntImage_to_Featurevec.cpp.
| void CIntImage_to_Featurevec::print_heights | ( | ) |
Definition at line 106 of file CIntImage_to_Featurevec.cpp.
| void CIntImage_to_Featurevec::read_features | ( | string | featurespath | ) |
Definition at line 47 of file CIntImage_to_Featurevec.cpp.
| void CIntImage_to_Featurevec::write_featurevector | ( | string | outputpath, |
| int | nr_features_without_shaf | ||
| ) |
Definition at line 122 of file CIntImage_to_Featurevec.cpp.
| vector<CHaarFeature> CIntImage_to_Featurevec::allfeatures |
Definition at line 59 of file CIntImage_to_Featurevec.h.
| CHaarFeature* CIntImage_to_Featurevec::currentfeature |
Definition at line 58 of file CIntImage_to_Featurevec.h.
| bool CIntImage_to_Featurevec::goodgps |
Definition at line 65 of file CIntImage_to_Featurevec.h.
| float CIntImage_to_Featurevec::intimagemat[HEIGHTFEATURES][WIDTHFEATURES] |
Definition at line 60 of file CIntImage_to_Featurevec.h.
| string CIntImage_to_Featurevec::path |
Definition at line 62 of file CIntImage_to_Featurevec.h.
| string CIntImage_to_Featurevec::pathfull_list_of_filenames |
Definition at line 63 of file CIntImage_to_Featurevec.h.
| string CIntImage_to_Featurevec::pathout |
Definition at line 64 of file CIntImage_to_Featurevec.h.