aruco python bindings
I would like to use ARUCO with OpenCV 3.0 and python 2.7. I've downloaded and compiled (with python support) the latest versions of opencv and opencv_contrib from the repos. I've also confirmed that other extra modules, such as xfeatures2d, work as expected (that is, as shown here: http://stackoverflow.com/questions/26...). However, when I inspect cv2.aruco using vars(), dir(), help(), etc., it seems that the module only has data (no functions).
Can someone explain if/how I can compile OpenCV so that I can use ARUCO in Python?
Thank you!
the error is not on your side,
-- it's a brand-new module, the python wrappers are still lurking somewhere in the future.
have a look here on what has to get filled in.
Has there been any progress on this / is it being worked on? I'd love to be able to try this out from Python.
^^ i don't think, someone is working on that currently