Difference between revisions of "ROS CamShift"

From wikidb
Jump to: navigation, search
(Listing)
(For OpenCV 2)
Line 1: Line 1:
 
== For OpenCV 2 ==
 
== For OpenCV 2 ==
  
For NUC with Ubuntu 14.04 and OpenCV 2.4
+
For NUC with Ubuntu 14.04 and OpenCV 2.4.
  
 
=== Source ===
 
=== Source ===

Revision as of 11:21, 31 October 2015

For OpenCV 2

For NUC with Ubuntu 14.04 and OpenCV 2.4.

Source

cam_shift_tracker.cpp v1 (In progress)

Build

In /home/eepp/catkin_ws.

 catkin_make

Execute

 roscore
 rosrun usb_cam usb_cam_node ~video_device "/dev/video0"  
 rosrun follow cam_shift_tracker

Notes

Old

Listings

Based on /usr/share/doc/opencv-doc/examples/c/camshiftdemo.c. See CamShift.

Snapshot

ROSCamShift.jpg