mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
9931da772d
Added charuco board generation to gen_pattern.py #23363 added charuco board generation in gen_pattern.py moved aruco_dict_utils.cpp to samples from opencv_contrib (https://github.com/opencv/opencv_contrib/pull/3464) ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2 License. - [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV - [x] The PR is proposed to the proper branch - [x] There is a reference to the original bug report and related work - [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name. - [x] The feature is well documented and sample code can be built with the project CMake |
||
---|---|---|
.. | ||
DICT_4X4_50.json.gz | ||
DICT_4X4_100.json.gz | ||
DICT_4X4_250.json.gz | ||
DICT_4X4_1000.json.gz | ||
DICT_5X5_50.json.gz | ||
DICT_5X5_100.json.gz | ||
DICT_5X5_250.json.gz | ||
DICT_5X5_1000.json.gz | ||
DICT_6X6_50.json.gz | ||
DICT_6X6_100.json.gz | ||
DICT_6X6_250.json.gz | ||
DICT_6X6_1000.json.gz | ||
DICT_7X7_50.json.gz | ||
DICT_7X7_100.json.gz | ||
DICT_7X7_250.json.gz | ||
DICT_7X7_1000.json.gz | ||
DICT_APRILTAG_16h5.json.gz | ||
DICT_APRILTAG_25h9.json.gz | ||
DICT_APRILTAG_36h10.json.gz | ||
DICT_APRILTAG_36h11.json.gz | ||
DICT_ARUCO_ORIGINAL.json.gz | ||
gen_pattern.py | ||
README.txt | ||
svgfig.py | ||
test_charuco_board.py | ||
test_requirements.txt |
use python gen_pattern.py --help to generate various calibration svg calibration patterns.