Ask Your Question

jtl's profile - activity

2018-03-07 16:09:56 -0600 received badge  Notable Question (source)
2017-03-06 10:15:57 -0600 received badge  Popular Question (source)
2015-09-18 13:03:43 -0600 asked a question 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!