DataContainer is a container for the input and target point clouds and implements the interface to compute correspondence scores between correspondent points in the input and target clouds
More...
#include <pcl/registration/correspondence_rejection.h>
template<typename PointT, typename NormalT = pcl::PointNormal>
class pcl::registration::DataContainer< PointT, NormalT >
DataContainer is a container for the input and target point clouds and implements the interface to compute correspondence scores between correspondent points in the input and target clouds
Definition at line 158 of file correspondence_rejection.h.
template<typename PointT , typename NormalT = pcl::PointNormal>
template<typename PointT , typename NormalT = pcl::PointNormal>
template<typename PointT , typename NormalT = pcl::PointNormal>
template<typename PointT , typename NormalT = pcl::PointNormal>
Get the correspondence score for a given pair of correspondent points based on the angle betweeen the normals.
The normmals for the in put and target clouds must be set before using this function
- Parameters
-
| [in] | corr | Correspondent points |
Definition at line 248 of file correspondence_rejection.h.
template<typename PointT , typename NormalT = pcl::PointNormal>
template<typename PointT , typename NormalT = pcl::PointNormal>
template<typename PointT , typename NormalT = pcl::PointNormal>
Provide a source point cloud dataset (must contain XYZ data!), used to compute the correspondence distance.
- Parameters
-
| [in] | cloud | a cloud containing XYZ data |
Definition at line 177 of file correspondence_rejection.h.
template<typename PointT , typename NormalT = pcl::PointNormal>
Set the normals computed on the input point cloud.
- Parameters
-
| [in] | normals | the normals computed for the input cloud |
Definition at line 197 of file correspondence_rejection.h.
template<typename PointT , typename NormalT = pcl::PointNormal>
Provide a target point cloud dataset (must contain XYZ data!), used to compute the correspondence distance.
- Parameters
-
| [in] | target | a cloud containing XYZ data |
Definition at line 187 of file correspondence_rejection.h.
template<typename PointT , typename NormalT = pcl::PointNormal>
Set the normals computed on the target point cloud.
- Parameters
-
| [in] | normals | the normals computed for the input cloud |
Definition at line 203 of file correspondence_rejection.h.
The documentation for this class was generated from the following file: