ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

opencv for hydro medusa

asked 2014-02-08 08:08:08 -0500

deepak.shankar94 gravatar image

updated 2016-10-24 08:35:50 -0500

ngrennan gravatar image

i am building an underwater vehicle so needed opencv to work with it for image processing . How do i use it on hydro medusa . I am also new ros so could you tell me how to use opencv with it.

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2014-02-08 17:07:51 -0500

Hamid Didari gravatar image

write the following lines in yor Cmake

find_package(OpenCV REQUIRED)

target_link_libraries(executable ${OpenCV_LIBRARIES})

If you want to Converting between ROS images and OpenCV images please see cv_bridge

edit flag offensive delete link more

Comments

Hey Hamid, I haven't seen you in a bit. Have you used cv_bridge a lot? After realizing the camera_pose_calibration package is broken, I started looking into OpenCV for processing the Kinect data streams. Is this a path you would recommend?

Athoesen gravatar image Athoesen  ( 2014-02-11 11:19:27 -0500 )edit

Hey :) I do not use cv_bridge a lot.I just use it for converting between ROS images and OpenCV image Once. If you want to use OpenCV with the depth data you can use cv_bridge to convert the ROS topic into an OpenCV cv::Mat. I hope this helpful for you. :)

Hamid Didari gravatar image Hamid Didari  ( 2014-02-11 19:48:38 -0500 )edit
0

answered 2014-02-09 12:33:34 -0500

In addition to Hamid's answer, you can find the complete documentation of OpenCV integration (including some tutorials) on vision_opencv

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-02-08 08:08:08 -0500

Seen: 334 times

Last updated: Feb 09 '14