|
Point Cloud Library (PCL)
1.8.1
|
#include <pcl/recognition/face_detection/face_detector_data_provider.h>
Inheritance diagram for pcl::face_detection::FaceDetectorDataProvider< FeatureType, DataSet, LabelType, ExampleIndex, NodeType >:Public Member Functions | |
| FaceDetectorDataProvider () | |
| virtual | ~FaceDetectorDataProvider () |
| void | setPatchesPerImage (int n) |
| void | setMinImagesPerBin (int n) |
| void | setUseNormals (bool use) |
| void | setWSize (int size) |
| void | setNumImages (int n) |
| void | initialize (std::string &data_dir) |
| void | getDatasetAndLabels (DataSet &data_set, std::vector< LabelType > &label_data, std::vector< ExampleIndex > &examples) |
| Virtual function called to obtain training examples and labels before training a specific tree. More... | |
Public Member Functions inherited from pcl::DecisionTreeTrainerDataProvider< FeatureType, DataSet, LabelType, ExampleIndex, NodeType > | |
| DecisionTreeTrainerDataProvider () | |
| Constructor. More... | |
| ~DecisionTreeTrainerDataProvider () | |
| Destructor. More... | |
Definition at line 27 of file face_detector_data_provider.h.
|
inline |
Definition at line 131 of file face_detector_data_provider.h.
|
inlinevirtual |
Definition at line 140 of file face_detector_data_provider.h.
|
virtual |
Virtual function called to obtain training examples and labels before training a specific tree.
Implements pcl::DecisionTreeTrainerDataProvider< FeatureType, DataSet, LabelType, ExampleIndex, NodeType >.
Referenced by pcl::face_detection::FaceDetectorDataProvider< FeatureType, DataSet, LabelType, ExampleIndex, NodeType >::setNumImages().
| void pcl::face_detection::FaceDetectorDataProvider< FeatureType, DataSet, LabelType, ExampleIndex, NodeType >::initialize | ( | std::string & | data_dir | ) |
|
inline |
Definition at line 150 of file face_detector_data_provider.h.
|
inline |
Definition at line 165 of file face_detector_data_provider.h.
References pcl::face_detection::FaceDetectorDataProvider< FeatureType, DataSet, LabelType, ExampleIndex, NodeType >::getDatasetAndLabels(), and pcl::face_detection::FaceDetectorDataProvider< FeatureType, DataSet, LabelType, ExampleIndex, NodeType >::initialize().
|
inline |
Definition at line 145 of file face_detector_data_provider.h.
|
inline |
Definition at line 155 of file face_detector_data_provider.h.
|
inline |
Definition at line 160 of file face_detector_data_provider.h.