Difference between revisions of "ROS CamShift"

From wikidb
Jump to: navigation, search
(Listing)
(Listing)
Line 3: Line 3:
 
For NUC with Ubuntu 14.04 and OpenCV 2.4
 
For NUC with Ubuntu 14.04 and OpenCV 2.4
  
=== Listing ===
+
=== Source ===
  
 
[[cam_shift_tracker.cpp v1]] (In progress)
 
[[cam_shift_tracker.cpp v1]] (In progress)

Revision as of 08:37, 26 September 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