How can I install Python package opencv-contrib-python using rosdep?
Hi, I'm looking to rosdep to simplify the way I install dependencies on my devices.
I have piece of Python code that needs opencv-contrib-python package that I normally install with pip.
I have found python3-opencv on the ros index but I don't know if it installs also the contrib algorithm that I need.
What can I do to install that Python package?
Thanks.
Similar question with answer