1 #ifndef PCL_TRACKING_PARTICLE_FILTER_OMP_H_
2 #define PCL_TRACKING_PARTICLE_FILTER_OMP_H_
4 #include <pcl/tracking/tracking.h>
5 #include <pcl/tracking/particle_filter.h>
6 #include <pcl/tracking/coherence.h>
18 template <
typename Po
intInT,
typename StateT>
92 #ifdef PCL_NO_PRECOMPILE
93 #include <pcl/tracking/impl/particle_filter_omp.hpp>
ParticleFilterTracker tracks the PointCloud which is given by setReferenceCloud within the measured P...
PointCloudIn::ConstPtr PointCloudInConstPtr
PointCloudState::ConstPtr PointCloudStateConstPtr
std::string tracker_name_
The tracker name.
PointCoherence< PointInT > Coherence
virtual void weight()
weighting phase of particle filter method.
boost::shared_ptr< Coherence > CoherencePtr
ParticleFilterOMPTracker tracks the PointCloud which is given by setReferenceCloud within the measure...
PointCloudState::Ptr PointCloudStatePtr
boost::shared_ptr< const PointCloud< PointInT > > ConstPtr
PointCloudCoherence is a base class to compute coherence between the two PointClouds.
PointCloudIn::Ptr PointCloudInPtr
boost::shared_ptr< CloudCoherence > CloudCoherencePtr
PointCloudCoherence< PointInT > CloudCoherence
PointCoherence is a base class to compute coherence between the two points.
ParticleFilterOMPTracker(unsigned int nr_threads=0)
Initialize the scheduler and set the number of threads to use.
unsigned int threads_
The number of threads the scheduler should use.
boost::shared_ptr< const CloudCoherence > CloudCoherenceConstPtr
boost::shared_ptr< PointCloud< PointInT > > Ptr
Tracker< PointInT, StateT >::PointCloudState PointCloudState
void setNumberOfThreads(unsigned int nr_threads=0)
Initialize the scheduler and set the number of threads to use.
Tracker< PointInT, StateT >::PointCloudIn PointCloudIn
boost::shared_ptr< const Coherence > CoherenceConstPtr
Tracker< PointInT, StateT > BaseClass
Tracker represents the base tracker class.