-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scale Input Boxes to Improve visability of numbers #641
Comments
Hi @mprib, Thank you for taking into account all these suggestions! I'm still not sure I understand: |
Actually, I think I got it: if we did not manage to print the board properly, this can be fixed before proceeding to the next stage by correcting the actual square edge length. Is this it? |
Yes, it is this exactly. The scale of the world is set by the actual size of the squares. In practice there is generally a small deviation of the final printed page from the "perfect" intended measurement. This number ultimately just goes into the charuco board definition in OpenCV: https://docs.opencv.org/3.4/d0/d3c/classcv_1_1aruco_1_1CharucoBoard.html |
Note that in #652, it is reported that the width is getting capped at 100, and a0 format will exceed that. Need to expand viable inputs here as well. |
I've just pushed some changes and updated to PyPI. I believe that the charuco widget will now not constrain the widget width in such a way that it clips the text. If you have a moment. could you confirm if the change worked? I can't duplicate the original issue on my machines (I'm guessing because of my resolution?) Thank you! Mac |
Thank you for looking at this. I really appreciate it. I've just pushed changes to Mac |
Report from DavidPagnon that the spin boxes were not large enough to display text:
Documenting target appearance of GUI:
Also, for reference, this is how the charuco should update when paper size changes:
The text was updated successfully, but these errors were encountered: