Aruco 2.0* dictionaries for OpenCV 3.1.0
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,
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 :)
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.