Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions | Public Attributes
pcl::face_detection::RFTreeNode< FeatureType > Class Template Reference

#include <pcl/recognition/face_detection/face_common.h>

+ Collaboration diagram for pcl::face_detection::RFTreeNode< FeatureType >:

Public Member Functions

PCL_MAKE_ALIGNED_OPERATOR_NEW void serialize (::std::ostream &stream) const
 
void deserialize (::std::istream &stream)
 

Public Attributes

float threshold
 
FeatureType feature
 
std::vector< RFTreeNodesub_nodes
 
float value
 
float variance
 
Eigen::Vector3d trans_mean_
 
Eigen::Vector3d rot_mean_
 
float purity_
 
Eigen::Matrix3d covariance_trans_
 
Eigen::Matrix3d covariance_rot_
 

Detailed Description

template<class FeatureType>
class pcl::face_detection::RFTreeNode< FeatureType >

Definition at line 74 of file face_common.h.

Member Function Documentation

◆ deserialize()

template<class FeatureType >
void pcl::face_detection::RFTreeNode< FeatureType >::deserialize ( ::std::istream &  stream)
inline

◆ serialize()

template<class FeatureType >
PCL_MAKE_ALIGNED_OPERATOR_NEW void pcl::face_detection::RFTreeNode< FeatureType >::serialize ( ::std::ostream &  stream) const
inline

Member Data Documentation

◆ covariance_rot_

template<class FeatureType >
Eigen::Matrix3d pcl::face_detection::RFTreeNode< FeatureType >::covariance_rot_

◆ covariance_trans_

template<class FeatureType >
Eigen::Matrix3d pcl::face_detection::RFTreeNode< FeatureType >::covariance_trans_

◆ feature

template<class FeatureType >
FeatureType pcl::face_detection::RFTreeNode< FeatureType >::feature

◆ purity_

template<class FeatureType >
float pcl::face_detection::RFTreeNode< FeatureType >::purity_

Definition at line 86 of file face_common.h.

◆ rot_mean_

template<class FeatureType >
Eigen::Vector3d pcl::face_detection::RFTreeNode< FeatureType >::rot_mean_

◆ sub_nodes

template<class FeatureType >
std::vector<RFTreeNode> pcl::face_detection::RFTreeNode< FeatureType >::sub_nodes

◆ threshold

template<class FeatureType >
float pcl::face_detection::RFTreeNode< FeatureType >::threshold

◆ trans_mean_

template<class FeatureType >
Eigen::Vector3d pcl::face_detection::RFTreeNode< FeatureType >::trans_mean_

◆ value

template<class FeatureType >
float pcl::face_detection::RFTreeNode< FeatureType >::value

◆ variance

template<class FeatureType >
float pcl::face_detection::RFTreeNode< FeatureType >::variance

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