opencv_apps
opencv_apps copied to clipboard
http://wiki.ros.org/opencv_apps
Whenever I run the following command `roslaunch opencv_apps lk_flow.launch image:=one_image_raw` It crashes with the following error `[lk_flow-1] process has died [pid 6645, exit code -11, cmd /home/frcvision/catkin_ws/devel/lib/opencv_apps/lk_flow image:=one_image_raw __name:=lk_flow __log:=/home/frcvision/.ros/log/c914a1be-ffac-11e6-88c1-d8cb8ac73819/lk_flow-1.log]....
There are many reusable ROS messages in this package. Why not separating them into an another package like [pcl_msgs](https://github.com/ros-perception/pcl_msgs)?
Signed-off-by: Gaël Écorchard
see https://travis-ci.org/github/ros-perception/opencv_apps/jobs/675170733 for current errors ``` opencv_apps: CMakeLists.txt(118): error: package 'dynamic_reconfigure' must be in CATKIN_DEPENDS in catkin_package() opencv_apps: CMakeLists.txt(118): error: package 'std_srvs' must be in CATKIN_DEPENDS in catkin_package() opencv_apps: CMakeLists.txt(118):...
Hi all, My question here is if we should keep testing against EOL ROS releases, such as Indigo, that still uses OpenCV 2. I think that this raises extra work...
Hi, When i try to launch any of the apps (i tried edge_detection and find_contours) when specifying the image:="/camera/depth/image_rect_raw" the node crashes with console output below > > SUMMARY >...
I was looking for a node to compute the histogram of intensities from an image and found this nice repo I didn't know yet. Apparently, there is no such feature...
Image is converted to BGR at the top of doWork. If this conversion does not result in match the input encoding, the published image will have an incorrect encoding in...