You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing a program for the Roborio and for vision, I'm thinking about using ArucoTag from opencv-contrib package (which is not contained in regular opencv package). Since Roborio doesn't not support the installation for opencv-contrib, I was suggested to move onto the raspberry pi. However, I want to ask if it's feasible to install extra modules onto the raspi.
This is a build from the ground up so the links you provided won't be usable for this, but I'm sure its well understood. I'm interested in expanding the options horizon as well. Looks like this repo is the one to be referred to https://github.com/opencv/opencv_contrib and also make note of the warning regarding introduction of potential instability. Seems to be a common trade-off with more features comes great instability...
The two simplest distros that I package for that will likely be simple to get running on a Raspberry Pi from scratch are probably Raspbian testing and Fedora. From a quick glance, it looks like the Python bindings on both of those distros support the OpenCV contrib bits.
Hi there,
I'm writing a program for the Roborio and for vision, I'm thinking about using ArucoTag from opencv-contrib package (which is not contained in regular opencv package). Since Roborio doesn't not support the installation for opencv-contrib, I was suggested to move onto the raspberry pi. However, I want to ask if it's feasible to install extra modules onto the raspi.
https://github.com/opencv/opencv_contrib
https://pypi.org/project/opencv-contrib-python/
Thank you!
The text was updated successfully, but these errors were encountered: