1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-17 07:04:18 +08:00
Commit Graph

5 Commits

Author SHA1 Message Date
AleksandrPanov
b562b69d0c fix python/Java tests, add new Java test 2022-11-28 01:44:43 +03:00
AleksandrPanov
95cf9efea9 fix dict 2022-11-28 01:44:43 +03:00
AleksandrPanov
29c3a4aa65 remove static create, remove setters, move EstimateParameters, fix Python 2022-11-28 01:44:43 +03:00
AleksandrPanov
4a1b89d33b move testCharucoCornersCollinear to CharucoBoard
move ArucoTutorial tests to new cpp file
move estimatePoseBoard() to board class
removed aruco_detector
add matchImagePoints
add getters to CharucoBoard
2022-11-28 01:44:43 +03:00
AleksandrPanov
3a41fd6e68 move april module
create aruco_utils.hpp

move Board, GridBoard, CharucoBoard to board.hpp/board.cpp

refactoring _getSingleMarkerObjectPoints()

refactoring _extractBits()

refactoring _findMarkerContours()

fix _copyVector2Output() in detectMarkers()

move testCharucoCornersCollinear() to board.hpp/board.cpp

move poseEstimate()/calibAruco() to aruco_calib_pose.hpp

reduce include files

move detectMarkers() to class ArucoDetector

move refineDetectedMarkers() to class ArucoDetector

add C API wrapper to detectMarkers(), refineDetectedMarkers()

update tests and samples to class API

add py tests: test_aruco_detector, test_aruco_detector_refine

refactoring, fix docs

add java tests: testArucoIssue3133, testArucoDetector

add readWriteParameter(), update readParameter()

implemented cv::Algorithm - read/write, added read/write to RefineParameters, added write to DetectorParameters

merge PatternPos/EstimateParameters after rebase

remove empty docstring for private function

fixes

fixes license
2022-07-25 17:31:11 +03:00