typedef std::vector<pcl::registration::Correspondence> pcl::registration::Correspondences |
Definition at line 46 of file correspondence_types.h.
typedef boost::shared_ptr<const std::vector<pcl::registration::Correspondence> > pcl::registration::CorrespondencesConstPtr |
Definition at line 51 of file correspondence_types.h.
typedef boost::shared_ptr<std::vector<pcl::registration::Correspondence> > pcl::registration::CorrespondencesPtr |
Definition at line 50 of file correspondence_types.h.
void pcl::registration::getCorDistMeanStd | ( | const Correspondences & | correspondences, | |
double & | mean, | |||
double & | stddev | |||
) | [inline] |
calculates the mean and standard deviation of descriptor distances from correspondences
get mean and standard deviation of the correspondence distances
[in] | correspondences | list of correspondences |
[out] | mean | the mean descriptor distance of correspondences |
[out] | stddev | the standard deviation of descriptor distances. |
Definition at line 95 of file correspondence_types.hpp.
void pcl::registration::getMatchIndices | ( | const Correspondences & | correspondences, | |
std::vector< int > & | indices | |||
) | [inline] |
extracts the match indices
get a vector containing only the match indices
[in] | correspondences | list of correspondences |
[out] | indices | array of extracted indices. |
Definition at line 131 of file correspondence_types.hpp.
void pcl::registration::getQueryIndices | ( | const Correspondences & | correspondences, | |
std::vector< int > & | indices | |||
) | [inline] |
extracts the query indices
get a vector containing only the query indices
[in] | correspondences | list of correspondences |
[out] | indices | array of extracted indices. |
Definition at line 118 of file correspondence_types.hpp.
std::ostream& pcl::registration::operator<< | ( | std::ostream & | os, | |
const Correspondence & | c | |||
) | [inline] |
overloaded << operator
Definition at line 80 of file correspondence_types.hpp.