Structure for storing a pose (represented as an Eigen::Affine3f) and an integer for counting votes. More...
#include <ppf_registration.h>
Public Member Functions | |
PoseWithVotes (Eigen::Affine3f &a_pose, unsigned int &a_votes) | |
Public Attributes | |
Eigen::Affine3f | pose |
unsigned int | votes |
Structure for storing a pose (represented as an Eigen::Affine3f) and an integer for counting votes.
Definition at line 148 of file ppf_registration.h.
pcl::PPFRegistration< PointSource, PointTarget >::PoseWithVotes::PoseWithVotes | ( | Eigen::Affine3f & | a_pose, |
unsigned int & | a_votes | ||
) | [inline] |
Definition at line 150 of file ppf_registration.h.
Eigen::Affine3f pcl::PPFRegistration< PointSource, PointTarget >::PoseWithVotes::pose |
Definition at line 155 of file ppf_registration.h.
unsigned int pcl::PPFRegistration< PointSource, PointTarget >::PoseWithVotes::votes |
Definition at line 156 of file ppf_registration.h.