Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
pcl::tracking::ReversedParticleFilterOMPTracker< PointInT, StateT > Class Template Reference

#include <particle_filter_tracking.h>

Inheritance diagram for pcl::tracking::ReversedParticleFilterOMPTracker< PointInT, StateT >:
Inheritance graph
[legend]

Public Types

typedef Tracker< PointInT, StateT > BaseClass
 
typedef PointCloudCoherence< PointInT > CloudCoherence
 
typedef boost::shared_ptr< const CloudCoherenceCloudCoherenceConstPtr
 
typedef boost::shared_ptr< CloudCoherenceCloudCoherencePtr
 
typedef PointCoherence< PointInT > Coherence
 
typedef boost::shared_ptr< const CoherenceCoherenceConstPtr
 
typedef boost::shared_ptr< CoherenceCoherencePtr
 
typedef Tracker< PointInT, StateT >::PointCloudIn PointCloudIn
 
typedef PointCloudIn::ConstPtr PointCloudInConstPtr
 
typedef PointCloudIn::Ptr PointCloudInPtr
 
typedef Tracker< PointInT, StateT >::PointCloudState PointCloudState
 
typedef PointCloudState::ConstPtr PointCloudStateConstPtr
 
typedef PointCloudState::Ptr PointCloudStatePtr
 
- Public Types inherited from pcl::tracking::ReversedParticleFilterTracker< PointInT, StateT >
typedef Tracker< PointInT, StateT > BaseClass
 
typedef PointCloudCoherence< PointInT > CloudCoherence
 
typedef boost::shared_ptr< const CloudCoherenceCloudCoherenceConstPtr
 
typedef boost::shared_ptr< CloudCoherenceCloudCoherencePtr
 
typedef PointCoherence< PointInT > Coherence
 
typedef boost::shared_ptr< const CoherenceCoherenceConstPtr
 
typedef boost::shared_ptr< CoherenceCoherencePtr
 
typedef Tracker< PointInT, StateT >::PointCloudIn PointCloudIn
 
typedef PointCloudIn::ConstPtr PointCloudInConstPtr
 
typedef PointCloudIn::Ptr PointCloudInPtr
 
typedef Tracker< PointInT, StateT >::PointCloudState PointCloudState
 
typedef PointCloudState::ConstPtr PointCloudStateConstPtr
 
typedef PointCloudState::Ptr PointCloudStatePtr
 

Public Member Functions

 ReversedParticleFilterOMPTracker (unsigned int nr_threads=0)
 
void setNumberOfThreads (unsigned int nr_threads=0)
 
- Public Member Functions inherited from pcl::tracking::ReversedParticleFilterTracker< PointInT, StateT >
void setReferenceCloud (const PointCloudInConstPtr &ref)
 

Protected Member Functions

virtual void weight ()
 
- Protected Member Functions inherited from pcl::tracking::ReversedParticleFilterTracker< PointInT, StateT >
void computeTransformedPointCloudWithoutNormal (const StateT &hypothesis, PointCloudIn &cloud)
 
virtual bool initCompute ()
 

Protected Attributes

unsigned int threads_
 
- Protected Attributes inherited from pcl::tracking::ReversedParticleFilterTracker< PointInT, StateT >
std::vector< PointCloudInPtrtransed_input_vector_
 

Detailed Description

template<typename PointInT, typename StateT>
class pcl::tracking::ReversedParticleFilterOMPTracker< PointInT, StateT >

Definition at line 245 of file particle_filter_tracking.h.

Member Typedef Documentation

template<typename PointInT , typename StateT >
typedef Tracker<PointInT, StateT> pcl::tracking::ReversedParticleFilterOMPTracker< PointInT, StateT >::BaseClass

Definition at line 273 of file particle_filter_tracking.h.

template<typename PointInT , typename StateT >
typedef PointCloudCoherence<PointInT> pcl::tracking::ReversedParticleFilterOMPTracker< PointInT, StateT >::CloudCoherence

Definition at line 287 of file particle_filter_tracking.h.

template<typename PointInT , typename StateT >
typedef boost::shared_ptr< const CloudCoherence > pcl::tracking::ReversedParticleFilterOMPTracker< PointInT, StateT >::CloudCoherenceConstPtr

Definition at line 289 of file particle_filter_tracking.h.

template<typename PointInT , typename StateT >
typedef boost::shared_ptr< CloudCoherence > pcl::tracking::ReversedParticleFilterOMPTracker< PointInT, StateT >::CloudCoherencePtr

Definition at line 288 of file particle_filter_tracking.h.

template<typename PointInT , typename StateT >
typedef PointCoherence<PointInT> pcl::tracking::ReversedParticleFilterOMPTracker< PointInT, StateT >::Coherence

Definition at line 283 of file particle_filter_tracking.h.

template<typename PointInT , typename StateT >
typedef boost::shared_ptr< const Coherence > pcl::tracking::ReversedParticleFilterOMPTracker< PointInT, StateT >::CoherenceConstPtr

Definition at line 285 of file particle_filter_tracking.h.

template<typename PointInT , typename StateT >
typedef boost::shared_ptr< Coherence > pcl::tracking::ReversedParticleFilterOMPTracker< PointInT, StateT >::CoherencePtr

Definition at line 284 of file particle_filter_tracking.h.

template<typename PointInT , typename StateT >
typedef Tracker<PointInT, StateT>::PointCloudIn pcl::tracking::ReversedParticleFilterOMPTracker< PointInT, StateT >::PointCloudIn

Definition at line 275 of file particle_filter_tracking.h.

template<typename PointInT , typename StateT >
typedef PointCloudIn::ConstPtr pcl::tracking::ReversedParticleFilterOMPTracker< PointInT, StateT >::PointCloudInConstPtr

Definition at line 277 of file particle_filter_tracking.h.

template<typename PointInT , typename StateT >
typedef PointCloudIn::Ptr pcl::tracking::ReversedParticleFilterOMPTracker< PointInT, StateT >::PointCloudInPtr

Definition at line 276 of file particle_filter_tracking.h.

template<typename PointInT , typename StateT >
typedef Tracker<PointInT, StateT>::PointCloudState pcl::tracking::ReversedParticleFilterOMPTracker< PointInT, StateT >::PointCloudState

Definition at line 279 of file particle_filter_tracking.h.

template<typename PointInT , typename StateT >
typedef PointCloudState::ConstPtr pcl::tracking::ReversedParticleFilterOMPTracker< PointInT, StateT >::PointCloudStateConstPtr

Definition at line 281 of file particle_filter_tracking.h.

template<typename PointInT , typename StateT >
typedef PointCloudState::Ptr pcl::tracking::ReversedParticleFilterOMPTracker< PointInT, StateT >::PointCloudStatePtr

Definition at line 280 of file particle_filter_tracking.h.

Constructor & Destructor Documentation

template<typename PointInT , typename StateT >
pcl::tracking::ReversedParticleFilterOMPTracker< PointInT, StateT >::ReversedParticleFilterOMPTracker ( unsigned int  nr_threads = 0)
inline

Definition at line 296 of file particle_filter_tracking.h.

Member Function Documentation

template<typename PointInT , typename StateT >
void pcl::tracking::ReversedParticleFilterOMPTracker< PointInT, StateT >::setNumberOfThreads ( unsigned int  nr_threads = 0)
inline

Definition at line 304 of file particle_filter_tracking.h.

template<typename PointInT , typename StateT >
virtual void pcl::tracking::ReversedParticleFilterOMPTracker< PointInT, StateT >::weight ( )
inlineprotectedvirtual

Member Data Documentation

template<typename PointInT , typename StateT >
unsigned int pcl::tracking::ReversedParticleFilterOMPTracker< PointInT, StateT >::threads_
protected

Definition at line 293 of file particle_filter_tracking.h.


The documentation for this class was generated from the following file:


jsk_pcl_ros
Author(s): Yohei Kakiuchi
autogenerated on Mon May 3 2021 03:03:48