Point Cloud Library (PCL)
1.3.1
|
Go to the source code of this file.
Namespaces | |
namespace | pcl |
Software License Agreement (BSD License) | |
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 |