-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: improve the camera calibration toolbox, SIFT implementation #389
Commits on May 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 66d9160 - Browse repository at this point
Copy the full SHA 66d9160View commit details
Commits on May 31, 2024
-
BUG: we must discard the DoG with implausible refined scale.
The refined scale is implausible if it is way too far from the approximate scale at which the DoG has been detected.
Configuration menu - View commit details
-
Copy full SHA for 36da75a - Browse repository at this point
Copy the full SHA 36da75aView commit details -
DOC: add note about the planar configuration which the DLT cannot solve.
Odd Kiva committedMay 31, 2024 Configuration menu - View commit details
-
Copy full SHA for c013fe3 - Browse repository at this point
Copy the full SHA c013fe3View commit details -
MAINT: simplify (and accelerate) the point cloud render.
Odd Kiva committedMay 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 903c0a7 - Browse repository at this point
Copy the full SHA 903c0a7View commit details -
Odd Kiva committed
May 31, 2024 Configuration menu - View commit details
-
Copy full SHA for 487995e - Browse repository at this point
Copy the full SHA 487995eView commit details
Commits on Jun 1, 2024
-
MAINT: remove draft affine adaptation code.
Odd Kiva committedJun 1, 2024 Configuration menu - View commit details
-
Copy full SHA for 3d63805 - Browse repository at this point
Copy the full SHA 3d63805View commit details
Commits on Jun 5, 2024
-
ENH: improve the initialization of extrinsic parameter with a P3P sol…
…ver.
Odd Kiva committedJun 5, 2024 Configuration menu - View commit details
-
Copy full SHA for fb54943 - Browse repository at this point
Copy the full SHA fb54943View commit details -
Odd Kiva committed
Jun 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 92e54ee - Browse repository at this point
Copy the full SHA 92e54eeView commit details -
MAINT: eliminate hard-coded value.
Odd Kiva committedJun 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 6d407d1 - Browse repository at this point
Copy the full SHA 6d407d1View commit details
Commits on Jun 6, 2024
-
MAINT: review calibration code.
Odd Kiva committedJun 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 3bb60aa - Browse repository at this point
Copy the full SHA 3bb60aaView commit details -
Merge branch 'master' into enh-improve-user-interaction
Odd Kiva committedJun 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 1691c13 - Browse repository at this point
Copy the full SHA 1691c13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ac765b - Browse repository at this point
Copy the full SHA 1ac765bView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb4c773 - Browse repository at this point
Copy the full SHA eb4c773View commit details -
ENH: improve the initialization method of the extrinsic parameters.
My homography decomposition methods were implemented in a dodgy manner and without any real understanding of the maths. I simply replaced them with the robust P3P solver that we have at our disposal (Lambda-Twist).
Configuration menu - View commit details
-
Copy full SHA for cc01581 - Browse repository at this point
Copy the full SHA cc01581View commit details -
ENH: add calibration parameters for consumer fisheye cameras.
- GOPRO 7 Hero Black, Superview mode - Insta ONE RS 360
Configuration menu - View commit details
-
Copy full SHA for 5443c72 - Browse repository at this point
Copy the full SHA 5443c72View commit details