Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Attributes
pcl::face_detection::TrainingExample Class Reference

#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_
 

Detailed Description

Definition at line 13 of file face_common.h.

Member Data Documentation

◆ col_

int pcl::face_detection::TrainingExample::col_

◆ iimages_

std::vector<pcl::IntegralImage2D<float, 1>::Ptr> pcl::face_detection::TrainingExample::iimages_

◆ label_

int pcl::face_detection::TrainingExample::label_

Definition at line 19 of file face_common.h.

◆ rot_

Eigen::Vector3f pcl::face_detection::TrainingExample::rot_

◆ row_

int pcl::face_detection::TrainingExample::row_

◆ trans_

Eigen::Vector3f pcl::face_detection::TrainingExample::trans_

◆ wsize_

int pcl::face_detection::TrainingExample::wsize_

Definition at line 18 of file face_common.h.


The documentation for this class was generated from the following file: