Point Cloud Library (PCL)
1.14.1-dev
|
DataContainerInterface provides a generic interface for computing correspondence scores between correspondent points in the input and target clouds More...
#include <pcl/registration/correspondence_rejection.h>
Public Types | |
using | Ptr = shared_ptr< DataContainerInterface > |
using | ConstPtr = shared_ptr< const DataContainerInterface > |
Public Member Functions | |
virtual | ~DataContainerInterface ()=default |
virtual double | getCorrespondenceScore (int index)=0 |
virtual double | getCorrespondenceScore (const pcl::Correspondence &)=0 |
virtual double | getCorrespondenceScoreFromNormals (const pcl::Correspondence &)=0 |
DataContainerInterface provides a generic interface for computing correspondence scores between correspondent points in the input and target clouds
Definition at line 215 of file correspondence_rejection.h.
using pcl::registration::DataContainerInterface::ConstPtr = shared_ptr<const DataContainerInterface> |
Definition at line 218 of file correspondence_rejection.h.
using pcl::registration::DataContainerInterface::Ptr = shared_ptr<DataContainerInterface> |
Definition at line 217 of file correspondence_rejection.h.
|
virtualdefault |
|
pure virtual |
Implemented in pcl::registration::DataContainer< PointT, NormalT >.
|
pure virtual |
Implemented in pcl::registration::DataContainer< PointT, NormalT >.
|
pure virtual |
Implemented in pcl::registration::DataContainer< PointT, NormalT >.