3 #include <pcl/search/octree.h>
4 #include <pcl/tracking/nearest_pair_point_cloud_coherence.h>
13 template <
typename Po
intInT>
56 #ifdef PCL_NO_PRECOMPILE
57 #include <pcl/tracking/impl/approx_nearest_pair_point_cloud_coherence.hpp>
shared_ptr< pcl::search::Octree< PointT, LeafTWrap, BranchTWrap, OctreeT > > Ptr
ApproxNearestPairPointCloudCoherence computes coherence between two pointclouds using the approximate...
pcl::search::Octree< PointInT >::Ptr search_
bool initCompute() override
This method should get called before starting the actual computation.
typename NearestPairPointCloudCoherence< PointInT >::PointCloudInConstPtr PointCloudInConstPtr
void computeCoherence(const PointCloudInConstPtr &cloud, const IndicesConstPtr &indices, float &w_j) override
compute the nearest pairs and compute coherence using point_coherences_
typename NearestPairPointCloudCoherence< PointInT >::PointCoherencePtr PointCoherencePtr
ApproxNearestPairPointCloudCoherence()
empty constructor
NearestPairPointCloudCoherence computes coherence between two pointclouds using the nearest point pai...
typename PointCloudCoherence< PointInT >::PointCloudInConstPtr PointCloudInConstPtr
typename PointCloudCoherence< PointInT >::PointCoherencePtr PointCoherencePtr
std::string coherence_name_
The coherence name.
shared_ptr< const Indices > IndicesConstPtr