|
Point Cloud Library (PCL) 1.15.1
|
#include <pcl/registration/correspondence_rejection_features.h>
Public Types | |
| using | Ptr = shared_ptr<FeatureContainerInterface> |
Public Member Functions | |
| virtual | ~FeatureContainerInterface ()=default |
| Empty destructor. | |
| virtual bool | isValid ()=0 |
| virtual double | getCorrespondenceScore (int index)=0 |
| virtual bool | isCorrespondenceValid (int index)=0 |
Definition at line 162 of file correspondence_rejection_features.h.
| using pcl::registration::CorrespondenceRejectorFeatures::FeatureContainerInterface::Ptr = shared_ptr<FeatureContainerInterface> |
Definition at line 173 of file correspondence_rejection_features.h.
|
virtualdefault |
Empty destructor.
|
pure virtual |
|
pure virtual |
|
pure virtual |