How to use different locally built opencv version with ROS for Python?

asked 2018-11-29 08:58:40 -0500

Avinash_S24 gravatar image

Hi, I do not want to use the default OpenCV (3.3.1-dev) that comes with the ROS Kinetic. I have OpenCV 3.4.2 downloaded and compiled in a custom location /home/my_opencv. Now I want to use this in ROS instead of the default 3.3.1-dev. How to do it?

edit retag flag offensive close merge delete