#include <pcl/recognition/cg/geometric_consistency.h>
#include <pcl/registration/correspondence_types.h>
#include <pcl/registration/correspondence_rejection_sample_consensus.h>
#include <pcl/common/io.h>
Go to the source code of this file.
Defines | |
#define | PCL_INSTANTIATE_GeometricConsistencyGrouping(T, ST) template class PCL_EXPORTS pcl::GeometricConsistencyGrouping<T,ST>; |
Functions | |
bool | gcCorrespSorter (pcl::Correspondence i, pcl::Correspondence j) |
#define PCL_INSTANTIATE_GeometricConsistencyGrouping | ( | T, | |
ST | |||
) | template class PCL_EXPORTS pcl::GeometricConsistencyGrouping<T,ST>; |
Definition at line 181 of file geometric_consistency.hpp.
bool gcCorrespSorter | ( | pcl::Correspondence | i, |
pcl::Correspondence | j | ||
) |
Definition at line 50 of file geometric_consistency.hpp.