Skip to content
Snippets Groups Projects
  1. Sep 12, 2023
    • d.kilic's avatar
      fix: extrinsic calibration failure due to "too high error" · a493f053
      d.kilic authored
      Due to a mistake in !267, the error of the extrinsic calibration was calculated using the old calibration (i.e. all zeros on a new project). This leads to a terrible error and thusly to the rejection of the new calibration.
      
      This commit fixes this by using the new extrinsic parameters to calculate the reprojection error. It also adds some simple regression tests for the extrinsic calibration to catch such mistakes earlier in the future.
      a493f053
  2. Sep 08, 2023
  3. Sep 06, 2023
  4. Sep 05, 2023
  5. Sep 04, 2023
  6. Sep 01, 2023
  7. Aug 08, 2023
  8. Jul 28, 2023
  9. Jul 26, 2023
    • d.kilic's avatar
      Merge branch '372-freezed-gui' into 'master' · f6958388
      d.kilic authored
      Resolve "Freezed GUI"
      
      Closes #372
      
      See merge request !293
      f6958388
    • d.kilic's avatar
      Delete concurrent call to updateImage · 8dc55144
      d.kilic authored
      This commit deletes the concurrent call to updateImage, since it lead to instability. Especially on Mac, PeTrack would randomly freeze and perform poorly overall; sometimes even crash. (Due to functions executed on different threads which should only be executed from a specific thread, potentially over a queued connection, i.e. signal-slot)
      8dc55144
  10. Jul 18, 2023
  11. Jul 12, 2023
  12. Jul 11, 2023
  13. Jul 04, 2023
  14. Jun 22, 2023
  15. Jun 21, 2023
Loading