|
Point Cloud Library (PCL)
1.6.0
|


Go to the source code of this file.
Namespaces | |
| namespace | pcl |
| namespace | pcl::registration |
Functions | |
| void | pcl::registration::getCorDistMeanStd (const pcl::Correspondences &correspondences, double &mean, double &stddev) |
| calculates the mean and standard deviation of descriptor distances from correspondences | |
| void | pcl::registration::getQueryIndices (const pcl::Correspondences &correspondences, std::vector< int > &indices) |
| extracts the query indices | |
| void | pcl::registration::getMatchIndices (const pcl::Correspondences &correspondences, std::vector< int > &indices) |
| extracts the match indices | |
1.7.6.1