|
Point Cloud Library (PCL)
1.8.1
|
#include <pcl/recognition/face_detection/face_common.h>
Public Attributes | |
| std::vector< boost::shared_ptr< pcl::IntegralImage2D< float, 1 > > > | iimages_ |
| int | row_ |
| int | col_ |
| int | wsize_ |
| int | label_ |
| Eigen::Vector3f | trans_ |
| Eigen::Vector3f | rot_ |
Definition at line 10 of file face_common.h.
| int pcl::face_detection::TrainingExample::col_ |
Definition at line 14 of file face_common.h.
Referenced by pcl::face_detection::FeatureHandlerDepthAverage< FT, DataSet, ExampleIndex >::evaluateFeature().
| std::vector<boost::shared_ptr<pcl::IntegralImage2D<float, 1> > > pcl::face_detection::TrainingExample::iimages_ |
Definition at line 13 of file face_common.h.
Referenced by pcl::face_detection::FeatureHandlerDepthAverage< FT, DataSet, ExampleIndex >::evaluateFeature().
| int pcl::face_detection::TrainingExample::label_ |
Definition at line 16 of file face_common.h.
| Eigen::Vector3f pcl::face_detection::TrainingExample::rot_ |
Definition at line 20 of file face_common.h.
| int pcl::face_detection::TrainingExample::row_ |
Definition at line 14 of file face_common.h.
Referenced by pcl::face_detection::FeatureHandlerDepthAverage< FT, DataSet, ExampleIndex >::evaluateFeature().
| Eigen::Vector3f pcl::face_detection::TrainingExample::trans_ |
Definition at line 19 of file face_common.h.
| int pcl::face_detection::TrainingExample::wsize_ |
Definition at line 15 of file face_common.h.