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>
93 #ifdef PCL_NO_PRECOMPILE
94 #include <pcl/tracking/impl/particle_filter_omp.hpp>
boost::shared_ptr< PointCloud< PointInT > > Ptr
PointCoherence< PointInT > Coherence
PointCloudIn::ConstPtr PointCloudInConstPtr
PointCloudState::Ptr PointCloudStatePtr
This file defines compatibility wrappers for low level I/O functions.
virtual void weight()
weighting phase of particle filter method.
PointCloudState::ConstPtr PointCloudStateConstPtr
void setNumberOfThreads(unsigned int nr_threads=0)
Initialize the scheduler and set the number of threads to use.
boost::shared_ptr< Coherence > CoherencePtr
ParticleFilterTracker tracks the PointCloud which is given by setReferenceCloud within the measured P...
boost::shared_ptr< const CloudCoherence > CloudCoherenceConstPtr
ParticleFilterOMPTracker(unsigned int nr_threads=0)
Initialize the scheduler and set the number of threads to use.
PointCloudCoherence< PointInT > CloudCoherence
boost::shared_ptr< const PointCloud< PointInT > > ConstPtr
PointCloudIn::Ptr PointCloudInPtr
boost::shared_ptr< CloudCoherence > CloudCoherencePtr
Tracker< PointInT, StateT > BaseClass
PointCoherence is a base class to compute coherence between the two points.
boost::shared_ptr< const Coherence > CoherenceConstPtr
Tracker< PointInT, StateT >::PointCloudIn PointCloudIn
Tracker< PointInT, StateT >::PointCloudState PointCloudState
ParticleFilterOMPTracker tracks the PointCloud which is given by setReferenceCloud within the measure...
PointCloudCoherence is a base class to compute coherence between the two PointClouds.
Tracker represents the base tracker class.
unsigned int threads_
The number of threads the scheduler should use.
std::string tracker_name_
The tracker name.