#include <algorithm>
#include <math.h>
#include <opencv2/opencv.hpp>
#include <cv_bridge/cv_bridge.h>
#include <sensor_msgs/Image.h>
#include <sensor_msgs/image_encodings.h>
#include "jsk_perception/consensus_tracking.h"
#include <pluginlib/class_list_macros.h>
Go to the source code of this file.
Namespaces | |
namespace | jsk_perception |
Defines | |
#define | _USE_MATH_DEFINES |
Functions | |
PLUGINLIB_EXPORT_CLASS (jsk_perception::ConsensusTracking, nodelet::Nodelet) |
#define _USE_MATH_DEFINES |
Definition at line 37 of file consensus_tracking.cpp.