1 #ifndef PCL_TRACKING_IMPL_TRACKER_H_
2 #define PCL_TRACKING_IMPL_TRACKER_H_
4 #include <pcl/tracking/tracker.h>
8 template <
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());
28 template <
typename Po
intInT,
typename StateT>
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.