Point Cloud Library (PCL)
1.13.1-dev
|
#include <pcl/recognition/face_detection/face_detector_data_provider.h>
Public Types | |
using | Ptr = shared_ptr< FaceDetectorDataProvider< FeatureType, DataSet, LabelType, ExampleIndex, NodeType > > |
using | ConstPtr = shared_ptr< const FaceDetectorDataProvider< FeatureType, DataSet, LabelType, ExampleIndex, NodeType > > |
![]() | |
using | Ptr = shared_ptr< DecisionTreeTrainerDataProvider< FeatureType, DataSet, LabelType, ExampleIndex, NodeType > > |
using | ConstPtr = shared_ptr< const DecisionTreeTrainerDataProvider< FeatureType, DataSet, LabelType, ExampleIndex, NodeType > > |
Public Member Functions | |
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) override |
Virtual function called to obtain training examples and labels before training a specific tree. More... | |
![]() | |
DecisionTreeTrainerDataProvider ()=default | |
Constructor. More... | |
virtual | ~DecisionTreeTrainerDataProvider ()=default |
Destructor. More... | |
Definition at line 28 of file face_detector_data_provider.h.
using pcl::face_detection::FaceDetectorDataProvider< FeatureType, DataSet, LabelType, ExampleIndex, NodeType >::ConstPtr = shared_ptr<const FaceDetectorDataProvider<FeatureType, DataSet, LabelType, ExampleIndex, NodeType> > |
Definition at line 114 of file face_detector_data_provider.h.
using pcl::face_detection::FaceDetectorDataProvider< FeatureType, DataSet, LabelType, ExampleIndex, NodeType >::Ptr = shared_ptr<FaceDetectorDataProvider<FeatureType, DataSet, LabelType, ExampleIndex, NodeType> > |
Definition at line 113 of file face_detector_data_provider.h.
|
inline |
Definition at line 116 of file face_detector_data_provider.h.
|
overridevirtual |
Virtual function called to obtain training examples and labels before training a specific tree.
Implements pcl::DecisionTreeTrainerDataProvider< FeatureType, DataSet, LabelType, ExampleIndex, NodeType >.
void pcl::face_detection::FaceDetectorDataProvider< FeatureType, DataSet, LabelType, ExampleIndex, NodeType >::initialize | ( | std::string & | data_dir | ) |
|
inline |
Definition at line 130 of file face_detector_data_provider.h.
|
inline |
Definition at line 145 of file face_detector_data_provider.h.
|
inline |
Definition at line 125 of file face_detector_data_provider.h.
|
inline |
Definition at line 135 of file face_detector_data_provider.h.
|
inline |
Definition at line 140 of file face_detector_data_provider.h.