1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-21 23:01:45 +08:00
Commit Graph

11 Commits

Author SHA1 Message Date
WU Jia
2f69f9ec2b Merge pull request #3820 from kaingwade:rename_features2d
Rename features2d to features #3820

This PR renames the module _features2d_ to _features_. 
Main PR: opencv/opencv: [#26405](https://github.com/opencv/opencv/pull/26405)
2024-11-12 11:50:30 +03:00
Vadim Pisarevsky
18f0bd2fa1 calib3d module in opencv is split into 3 modules: 3d, calib and stereo.
stereo module in opencv_contrib is renamed to xstereo
2020-12-01 21:06:22 +03:00
catree
650bf4308f Update code to take into account solvePnP and solvePnPRansac use InputOutputArray for rvec and tvec parameters. 2019-02-06 17:19:19 +01:00
Alexander Alekhin
964a8a9a9d ccalib: don't convert vector<Keypoint> into Mat-like structures 2017-08-25 19:07:05 +03:00
Maksim Shabunin
a20c5c8dd9 Doxygen documentation for all modules 2014-12-01 15:54:42 +03:00
Daniel Angelov
c5b57d0c58 Enclose code in ccalib namespace. Switch defines to consts. 2014-09-05 15:38:35 +03:00
Daniel Angelov
9fb1a6dbc4 Fixed windows warnings. Updated docs to include default detector/matcher. 2014-08-29 13:01:09 +03:00
Daniel Angelov
01d3b69b82 Updated ITERATIVE -> SOLVEPNP_ITERATIVE. 2014-08-29 12:28:51 +03:00
Daniel Angelov
93361768f6 Cleared shadowing warning. 2014-08-20 02:45:20 +03:00
Daniel Angelov
d98136174a Updated headers. 2014-08-20 02:23:34 +03:00
Daniel Angelov
e6f8c43995 Added Custom Calibration Pattern Module. 2014-08-18 02:21:56 +03:00