Skip to content

Improve camera calibration apps#1986

Merged
fspindle merged 2 commits into
lagadic:masterfrom
fspindle:feat_calib
Jul 15, 2026
Merged

Improve camera calibration apps#1986
fspindle merged 2 commits into
lagadic:masterfrom
fspindle:feat_calib

Conversation

@fspindle

Copy link
Copy Markdown
Contributor

No description provided.

@codecov

codecov Bot commented Jul 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.71%. Comparing base (1c4ebeb) to head (8ffc615).
⚠️ Report is 79 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1986      +/-   ##
==========================================
- Coverage   48.74%   48.71%   -0.04%     
==========================================
  Files         532      532              
  Lines       69401    69404       +3     
  Branches    32432    32434       +2     
==========================================
- Hits        33831    33809      -22     
- Misses      31425    31443      +18     
- Partials     4145     4152       +7     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

… version

- Update preprocessor conditions in visp-calibrate-camera.cpp to allow compilation
  with OpenCV versions older than 4.7.0.
- Make the ChArUco detector optional by wrapping related code and dependencies
  with #if (VISP_HAVE_OPENCV_VERSION >= 0x040700) checks.
- Update extractCalibrationPoints signature and calls to conditionally include
  the CharucoDetector pointer.
- Add fallback logic in calibration-helper.hpp to handle pattern detection
  without ChArUco for older OpenCV environments.
@fspindle
fspindle merged commit 062ccde into lagadic:master Jul 15, 2026
78 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant