How to use opencv3 package
This package has no documentation. It exists as deb and can be installed by running:
apt-get install ros-indigo-opencv3
The libraries are there in /opt/ros/indigo/lib/ but how could I use them in Python for example?
Are you sure it doesn't install anything? You can list the files it installs with
dpkg -L
, likedpkg -L ros-indigo-opencv3
Not duplicate per se but I suggest we discuss this in an older thread http://answers.ros.org/question/21404...
I see the libs now, I was mistaken. I edited the question back to how to use those libs.