CalibrationTools icon indicating copy to clipboard operation
CalibrationTools copied to clipboard

feat: subsampled + roi approach to accelerate intrinsic calibration

Open knzo25 opened this issue 1 year ago • 0 comments

Description

With high resolution cameras the intrinsic tools ran very slow. To avoid / remedy that we can use a two detection step:

  • detection in a lower resolution image
  • extract the ROI in the original image and run the detector again in the ROI

Related links

Tests performed

Notes for reviewers

We need to test:

  • C1/C2
  • Dot board / chess board
  • Hopefully use a live sensor running at different hz. 1hz, 10hz, 30hz

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

  • [] The PR follows the pull request guidelines.
  • [] The PR has been properly tested.
  • [] The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • [ ] There are no open discussions or they are tracked via tickets.
  • [ ] The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

knzo25 avatar Feb 07 '24 10:02 knzo25