-
Notifications
You must be signed in to change notification settings - Fork 44
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
feat(intrinsic_camera_calibrator): multiple camera models & ceres integration #208
base: tier4/universe
Are you sure you want to change the base?
feat(intrinsic_camera_calibrator): multiple camera models & ceres integration #208
Commits on Nov 6, 2024
-
feat(intrinsic_camera_calibrator): prototype for multiple camera mode…
…ls & ceres integration Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1699ca9 - Browse repository at this point
Copy the full SHA 1699ca9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 453f4f1 - Browse repository at this point
Copy the full SHA 453f4f1View commit details -
fix(intrinsic_camera_calibrator): inverse flag logic
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e859413 - Browse repository at this point
Copy the full SHA e859413View commit details -
Configuration menu - View commit details
-
Copy full SHA for d62f37b - Browse repository at this point
Copy the full SHA d62f37bView commit details
Commits on Nov 11, 2024
-
feat(intrinsic_camera_calibrator): handle camera model only in calibr…
…ation settings Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6943312 - Browse repository at this point
Copy the full SHA 6943312View commit details -
fix(intrinsic_camera_calibrator): use desired camera model
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b266710 - Browse repository at this point
Copy the full SHA b266710View commit details -
feat(intrinsic_camera_calibrator): use limited num of frames in init …
…calibration for Ceres Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26723a4 - Browse repository at this point
Copy the full SHA 26723a4View commit details
Commits on Nov 12, 2024
-
fix(intrinsic_camera_calibrator): suppress Ceres factorization warnings
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9acfa23 - Browse repository at this point
Copy the full SHA 9acfa23View commit details -
feat(intrinsic_camera_calibrator): update parameter
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 376a4bb - Browse repository at this point
Copy the full SHA 376a4bbView commit details
Commits on Nov 13, 2024
-
fix(intrinsic_camera_calibrator): remove redundant parameter
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d38112c - Browse repository at this point
Copy the full SHA d38112cView commit details -
fix(intrinsic_camera_calibrator): remove unused variable
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5def04 - Browse repository at this point
Copy the full SHA a5def04View commit details -
fix(intrinsic_camera_calibrator): typos, cSpell
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b87a47f - Browse repository at this point
Copy the full SHA b87a47fView commit details
Commits on Nov 15, 2024
-
feat(intrinsic_camera_calibrator): add coefficients regularization in…
… Ceres Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 774dd90 - Browse repository at this point
Copy the full SHA 774dd90View commit details
Commits on Nov 18, 2024
-
fix(ceres_intrinsic_camera_calibrator): remove unused variables
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abf6bfd - Browse repository at this point
Copy the full SHA abf6bfdView commit details -
docs(ceres_intrinsic_camera_calibrator): add missing docs
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57e3498 - Browse repository at this point
Copy the full SHA 57e3498View commit details
Commits on Nov 19, 2024
-
fix(ceres_intrinsic_camera_calibrator): remove unused headers
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 055aa6c - Browse repository at this point
Copy the full SHA 055aa6cView commit details -
refactor(ceres_intrinsic_camera_calibrator): change struct name
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea99786 - Browse repository at this point
Copy the full SHA ea99786View commit details -
refactor(ceres_intrinsic_camera_calibrator): remove squaring
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a560b57 - Browse repository at this point
Copy the full SHA a560b57View commit details -
docs(ceres_intrinsic_camera_calibrator): typo
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca7b41c - Browse repository at this point
Copy the full SHA ca7b41cView commit details -
refactor(intrinsic_camera_calibrator): use of comprehension
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 184701c - Browse repository at this point
Copy the full SHA 184701cView commit details -
feat(intrinsic_camera_calibrator): update parameter max value
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ad49f1 - Browse repository at this point
Copy the full SHA 1ad49f1View commit details -
refactor(ceres_intrinsic_camera_calibrator): apply regularizaion weig…
…ht for distortion coefficients via loss function Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e26b15 - Browse repository at this point
Copy the full SHA 2e26b15View commit details -
fix(intrinsic_camera_calibrator): assign default values only once
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47d0c16 - Browse repository at this point
Copy the full SHA 47d0c16View commit details -
style(intrinsic_camera_calibrator): pre-commit
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d9b31a - Browse repository at this point
Copy the full SHA 3d9b31aView commit details
Commits on Nov 20, 2024
-
feat(intrinsic_camera_calibrator): logging severity
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 34679cb - Browse repository at this point
Copy the full SHA 34679cbView commit details -
fix(intrinsic_camera_calibrator): cspell
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 693807a - Browse repository at this point
Copy the full SHA 693807aView commit details -
fix(intrinsic_camera_calibrator): unecessary lock
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 237330d - Browse repository at this point
Copy the full SHA 237330dView commit details -
feat(intrinsic_camera_calibrator): update default parameter value
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5a1de6 - Browse repository at this point
Copy the full SHA e5a1de6View commit details -
style(intrinsic_camera_calibrator): var type
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b616831 - Browse repository at this point
Copy the full SHA b616831View commit details -
fix(intrinsic_camera_calibrator): return correct value
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d966e03 - Browse repository at this point
Copy the full SHA d966e03View commit details -
fix(intrinsic_camera_calibrator): revert unnecessary change
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 50d013f - Browse repository at this point
Copy the full SHA 50d013fView commit details -
fix(intrinsic_camera_calibrator): mark unused variables
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76f3613 - Browse repository at this point
Copy the full SHA 76f3613View commit details -
feat(intrinsic_camera_calibrator): update default value
Signed-off-by: amadeuszsz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 494fcb4 - Browse repository at this point
Copy the full SHA 494fcb4View commit details