opencv / opencv_contrib

Repository for OpenCV's extra modules
Apache License 2.0
9.31k stars 5.74k forks source link

A useful app to generate ArucoMarker, Chessboard and ChArUco vector graphic file for print it out #2249

Closed dogod621 closed 4 years ago

dogod621 commented 5 years ago

Hi, since I am suffering from not able to generate printable marker file, (Although official doc provide gen_pattern.py tool, but it is not support ArucoMarker and ChArUco )

so I write a small app to solve the problem. https://github.com/dogod621/OpenCVMarkerPrinter

if it is valuable to put in doc tool( like gen_pattern.py), just take it. :)

alalek commented 5 years ago

Nice tool!

You can contribute helper scripts/tool into <opencv_contrib>/modules/aruco/misc directory (under BSD license) and put link somewhere in OpenCV documentation.