1#ifndef PCL_TRACKING_IMPL_TRACKER_H_
2#define PCL_TRACKING_IMPL_TRACKER_H_
4#include <pcl/tracking/tracker.h>
8template <
typename Po
intInT,
typename StateT>
13 PCL_ERROR(
"[pcl::%s::initCompute] PCLBase::Init failed.\n",
getClassName().c_str());
18 if (
input_->points.empty()) {
19 PCL_ERROR(
"[pcl::%s::compute] input_ is empty!\n",
getClassName().c_str());
28template <
typename Po
intInT,
typename StateT>
PointCloudConstPtr input_
bool initCompute()
This method should get called before starting the actual computation.
const std::string & getClassName() const
Get a string representation of the name of this class.
void compute()
Base method for tracking for all points given in <setInputCloud (), setIndices ()> using the indices ...
virtual bool initCompute()
This method should get called before starting the actual computation.