1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
|
Source: ros-opencv-apps
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Jochen Sprickerhof <jspricke@debian.org>,
Leopold Palomo-Avellaneda <leo@alaxarxa.net>,
Timo Röhling <roehling@debian.org>,
Build-Depends:
catkin (>= 0.8.10-1~),
debhelper-compat (= 13),
dh-ros,
dh-sequence-python3,
libboost-python-dev,
libcv-bridge-dev,
libdynamic-reconfigure-config-init-mutex-dev,
libimage-transport-dev,
libnodeletlib-dev,
libopencv-dev,
librosconsole-dev,
libroscpp-dev,
librostest-dev,
libsensor-msgs-dev,
libstd-srvs-dev,
python3,
python3-dynamic-reconfigure,
python3-rosbag,
python3-roslaunch,
python3-rosservice,
python3-rostest,
python3-rosunit,
ros-message-generation,
ros-sensor-msgs,
ros-std-msgs,
Standards-Version: 4.7.0
Section: libs
Rules-Requires-Root: no
Homepage: https://wiki.ros.org/opencv_apps
Vcs-Git: https://salsa.debian.org/science-team/ros-opencv-apps.git
Vcs-Browser: https://salsa.debian.org/science-team/ros-opencv-apps
Package: libopencv-apps-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libcv-bridge-dev,
libdynamic-reconfigure-config-init-mutex-dev,
libimage-transport-dev,
libnodeletlib-dev,
libopencv-apps2d (= ${binary:Version}),
libroscpp-dev,
ros-message-generation,
${misc:Depends},
Description: Opencv_apps Robot OS package - development files
This package is part of Robot OS (ROS). It contains several ROS
packages for working providing OpenCV functionalities in a simplest
manner in ROS, i.e., running a launch file that corresponds to
the functionality.
.
The package contains implementations for edge detection, structural analysis,
people/face detection, motion analysis and object segmentation.
.
It contains development files for the opencv_apps library.
Package: cl-opencv-apps
Section: lisp
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: opencv_apps Robot OS package - LISP bindings
This package is part of Robot OS (ROS). It contains several ROS
packages for working providing OpenCV functionalities in a simplest
manner in ROS, i.e., running a launch file that corresponds to
the functionality.
.
The package contains implementations for edge detection, structural analysis,
people/face detection, motion analysis and object segmentation.
.
It contains the LISP bindings for the opencv_apps library.
Package: libopencv-apps2d
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Multi-Arch: same
Description: opencv_apps Robot OS package - runtime files
This package is part of Robot OS (ROS). It contains several ROS
packages for working providing OpenCV functionalities in a simplest
manner in ROS, i.e., running a launch file that corresponds to
the functionality.
.
The package contains implementations for edge detection, structural analysis,
people/face detection, motion analysis and object segmentation.
.
It contains the opencv_apps library itself.
Package: python3-opencv-apps
Section: python
Architecture: all
Depends:
python3-genpy,
python3-std-msgs,
${misc:Depends},
${python3:Depends},
Description: opencv_apps Robot OS package - Python 3 bindings
This package is part of Robot OS (ROS). It contains several ROS
packages for working providing OpenCV functionalities in a simplest
manner in ROS, i.e., running a launch file that corresponds to
the functionality.
.
The package contains implementations for edge detection, structural analysis,
people/face detection, motion analysis and object segmentation.
.
It contains the Python 3 bindings for the opencv_apps library.
Package: ros-opencv-apps
Section: utils
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: opencv_apps Robot OS package - apps
This package is part of Robot OS (ROS). It contains several ROS
packages for working providing OpenCV functionalities in a simplest
manner in ROS, i.e., running a launch file that corresponds to
the functionality.
.
The package contains implementations for edge detection, structural analysis,
people/face detection, motion analysis and object segmentation.
.
It contains the nodes and the ROS stuff of the opencv-apps.
|