Aruco 2.0* dictionaries for OpenCV 3.1.0

asked 2016-11-01 08:43:08 -0600

ftektas gravatar image

Hi,

I printed out some markers using aruco 2.0.10 using aruco's predefined dictionary ARUCO_MIP_36h12(which is recommended by aruco's sourceforge page: link).

I could not find ARUCO_MIP_36h12 predefined dictionary in the aruco module of opencv_contrib (as of version 3.1.0). Is there a way to map aruco's predefined dictionaries to opencv's aruco?

Thanks,

edit retag flag offensive close merge delete

Comments

having the same issue here! after setting up the whole studio with marker_mapper's favourite MIP_36h12. I'm unable to use any of the markers in OpenCV :)

elliotwoods gravatar imageelliotwoods ( 2017-03-13 22:49:11 -0600 )edit

Any update on this? I have an existing set of images containing ARUCO_MIP_36h12 markers which I am trying to track using the aruco module of opencv_contrib. It looks like a custom dictionary based on the dictionary definition in the source code may be at least a temporary fix for my case.

awiggs@gmail.com gravatar image[email protected] ( 2017-04-03 18:36:42 -0600 )edit