catree
dc8e29a0ad
Update doCornerRefinement() parameter to cornerRefinementMethod().
8 years ago
szk1509
40f1ac514b
Merge pull request #973 from szk1509:master
...
new corner refinement method :: using the contour-lines (#973 )
* doCornerRefinement to CornerRefinementMethod :: detected contours points are used to detect the corners
* some little corrections
* samples edited
* documented :)
* tabs corrected
* Docu corrections
* refinement for all candidates
* refinement for all candidates :: copy paste error corrected
* comment
8 years ago
berak
b8fba9d547
fix CommandLineParser usage in samples
9 years ago
Sarthak Ahuja
f63c28a615
[Aruco] detector_params YAML updated
...
[Aruco] Fixed the spelling of Length in Samples
replaced images to 6x6_250
Updated README
[Aruco] Updated Charuco Diamond Detection Tutorial Readme
[Aruco] Updated Charuco Board Detection Tutorial Readme
[Aruco] Updated Aruco Tutorials Readme
[Aruco] Updated Aruco Tutorials Readme
Added a new line at the end of file.
Update aruco_board_detection.markdown
Update aruco_calibration.markdown
Update aruco_detection.markdown
Update charuco_detection.markdown
Update charuco_diamond_detection.markdown
Update README.md
Update charuco_detection.markdown
9 years ago
Wu Jiang
9481d44b44
Fix a typo
...
`lenght` --> `length`
9 years ago
folz
063c191d5a
aruco: Use shared Ptrs to support exporting
9 years ago
Pavel Rojtberg
6b90a405df
aruco: port samples to cv::CommandLineParser
...
results in less code and more consistent parameter handling.
9 years ago
Pavel Rojtberg
ee61cba9f9
aruco: use densely packed array for pose computation
...
allows using Mat and vector<Vec3d> as argument for rvecs, tvecs that are
allocated at once.
10 years ago
S. Garrido
7c08b2f7db
Added aruco module
10 years ago