1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 19:44:14 +08:00
Commit Graph

9 Commits

Author SHA1 Message Date
Alexander Smorkalov
49bdf7b03a Board refactoring. 2022-12-27 23:43:24 +03:00
AleksandrPanov
86fc959fe0 renaming draw 2022-12-13 02:39:03 +03:00
AleksandrPanov
4e0187f716 remove Ptr Dictionary 2022-12-05 17:55:15 +03:00
AleksandrPanov
29c3a4aa65 remove static create, remove setters, move EstimateParameters, fix Python 2022-11-28 01:44:43 +03:00
AleksandrPanov
230b6c9a44 add set/get/dictionary/objPoints, update tests 2022-08-03 16:30:04 +03:00
Alexander Panov
56d492cfec Merge pull request #3174 from AleksandrPanov:fix_gridboard_objPoints
Fix objPoints order in GridBoard and CharucoBoard

* fix gridBoard

* fix charucoBoard

* add rightBottomBorder

* add test_aruco_utils and code refactoring/fix tests

* fix axes and add charuco dict

* add axes test, remove drawAxis(), update tutorial
2022-03-16 20:12:56 +03:00
Aleksandr Panov
a965b9bbf2 fix ArUco, ChArUco, diamonds, add read dictionary/params, add calibration photos, add tests, add aruco_samples_utility.hpp 2021-12-18 14:19:07 +03:00
David Forrest
b7cd3fd515 Merge pull request #2950 from drf5n:patch-1
* Sanity check tutorial_charuco_create_detect.cpp::readCameraParameters()

* check both camMatrix and distCoeffs sizes

* check only widths of camMatrix and distCoeffs matrixes

* check sizes of camMatrix and distCoeffs matrixes

* check size of only camMatrix
2021-05-20 19:22:29 +00:00
jshiwam
1353df967a improve doc and added new tutorial cpp file for charuco detection
reformatted the documentation
2020-03-12 18:33:53 +05:30