41#ifndef PCL_RECOGNITION_CORRESPONDENCE_GROUPING_IMPL_H_
42#define PCL_RECOGNITION_CORRESPONDENCE_GROUPING_IMPL_H_
48template <
typename Po
intModelT,
typename Po
intSceneT>
void
51 clustered_corrs.clear ();
void cluster(std::vector< Correspondences > &clustered_corrs)
Clusters the input correspondences belonging to different model instances.
bool initCompute()
This method should get called before starting the actual computation.
bool deinitCompute()
This method should get called after finishing the actual computation.
virtual void clusterCorrespondences(std::vector< Correspondences > &clustered_corrs)=0
The actual clustering method, should be implemented by each subclass.
std::vector< double > corr_group_scale_
characteristic scale associated to each correspondence subset; if the cg algorithm can not handle sca...