Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/recognition/face_detection/face_common.h>
Public Attributes | |
std::vector< pcl::IntegralImage2D< float, 1 >::Ptr > | iimages_ |
int | row_ |
int | col_ |
int | wsize_ |
int | label_ |
Eigen::Vector3f | trans_ |
Eigen::Vector3f | rot_ |
Definition at line 13 of file face_common.h.
int pcl::face_detection::TrainingExample::col_ |
Definition at line 17 of file face_common.h.
Referenced by pcl::face_detection::FeatureHandlerDepthAverage< FT, DataSet, ExampleIndex >::evaluateFeature().
std::vector<pcl::IntegralImage2D<float, 1>::Ptr> pcl::face_detection::TrainingExample::iimages_ |
Definition at line 16 of file face_common.h.
Referenced by pcl::face_detection::FeatureHandlerDepthAverage< FT, DataSet, ExampleIndex >::evaluateFeature().
int pcl::face_detection::TrainingExample::label_ |
Definition at line 19 of file face_common.h.
Eigen::Vector3f pcl::face_detection::TrainingExample::rot_ |
Definition at line 23 of file face_common.h.
int pcl::face_detection::TrainingExample::row_ |
Definition at line 17 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 22 of file face_common.h.
int pcl::face_detection::TrainingExample::wsize_ |
Definition at line 18 of file face_common.h.