Source: ros-one-opencv-apps
Section: misc
Priority: optional
Maintainer: Kei Okada <kei.okada@gmail.com>
Build-Depends: debhelper (>= 9.0.0), g++, ros-one-catkin, ros-one-class-loader, ros-one-cv-bridge, ros-one-dynamic-reconfigure, ros-one-image-transport, ros-one-message-generation, ros-one-nodelet, ros-one-roscpp, ros-one-sensor-msgs, ros-one-std-msgs, ros-one-std-srvs
Homepage: 
Standards-Version: 3.9.2

Package: ros-one-opencv-apps
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ros-one-class-loader, ros-one-cv-bridge, ros-one-dynamic-reconfigure, ros-one-image-transport, ros-one-image-view, ros-one-message-runtime, ros-one-nodelet, ros-one-roscpp, ros-one-sensor-msgs, ros-one-std-msgs, ros-one-std-srvs
Description: opencv_apps provides various nodes that run internally OpenCV's functionalities and publish the result as ROS topics.
 With opencv_apps, you can skip writing OpenCV application codes for a lot of its functionalities by simply running a launch file that corresponds to OpenCV's functionality you want. You can have a look at all launch files provided here (be sure to choose the correct branch. As of Sept. 2016 indigo branch is used for ROS Indigo, Jade, and Kinetic distros). Some of the features covered by opencv_apps are explained in the wiki. The most of code is originally taken from https://github.com/Itseez/opencv/tree/master/samples/cpp
