#include <ros/ros.h>
#include <jsk_topic_tools/log_utils.h>
#include <geometry_msgs/PolygonStamped.h>
#include <dynamic_reconfigure/server.h>
#include <jsk_perception/camshiftdemoConfig.h>
#include <jsk_recognition_msgs/RotatedRectStamped.h>
#include <sensor_msgs/SetCameraInfo.h>
#include <sensor_msgs/Image.h>
#include <sensor_msgs/fill_image.h>
#include <image_transport/image_transport.h>
#include <cv_bridge/cv_bridge.h>
#include <opencv2/video/tracking.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <iostream>
#include <ctype.h>
Go to the source code of this file.
Classes | |
class | CamShiftDemo |
struct | CamShiftDemo::on_mouse_param_type |
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 351 of file camshiftdemo.cpp.