dogod621 / OpenCVMarkerPrinter

This small app can save some commonly used opencv markers such as ArUco, ArUcoGrid, Chessboard and ChArUco to vector graphics file.
BSD 3-Clause "New" or "Revised" License
18 stars 12 forks source link

Charuco Grid #3

Closed RomeoStaub closed 4 years ago

RomeoStaub commented 4 years ago

Hello,

First of all, thank you for the great GUI! Would it be possible to adjust the charuco board generator to have the chessboard corners always on as the outside corners? This allows to have the same grid that is generated with the "CharucoBoard_create" function.

image

Best, Romeo

dogod621 commented 4 years ago

Oops, Let me check the CharucoBoard format...

Orz.... I make a mistake... thank you for reporting the issue

dogod621 commented 4 years ago

If sizeY is odd number, my CharucoBoard is incorrect

dogod621 commented 4 years ago

Done