Ask Your Question
0

aruco python bindings

asked 2015-09-18 13:00:44 -0600

jtl gravatar image

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!

edit retag flag offensive close merge delete

Comments

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.

berak gravatar imageberak ( 2015-09-18 13:14:53 -0600 )edit

Has there been any progress on this / is it being worked on? I'd love to be able to try this out from Python.

swebb_denver gravatar imageswebb_denver ( 2016-01-26 18:05:46 -0600 )edit

^^ i don't think, someone is working on that currently

berak gravatar imageberak ( 2016-01-26 23:50:55 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-05-17 14:53:13 -0600

tekulvw gravatar image

As far as I can tell the latest few commits on the contrib repo have a nearly full set of python bindings for the aruco module. I just used opencv_contrib and the PR here to get the bindings that aren't currently in the contrib repo and now have a working python aruco module.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2015-09-18 13:00:44 -0600

Seen: 3,622 times

Last updated: Sep 18 '15