We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e61f8 commit 7a54d7dCopy full SHA for 7a54d7d
1 file changed
lib/rust/mmcamerasolve-bin/src/main.rs
@@ -554,8 +554,12 @@ fn run_camera_solve<L: Logger + Clone + Send + Sync>(
554
555
if nuke_lens_data.is_some() {
556
// Lens file provided - apply undistortion in-place.
557
- // For v3+ files with explicit distorted data, the source is u_coords_dist/v_coords_dist.
558
- // For v1/v2 files (or v3+ without distorted data), the source is u_coords/v_coords.
+ //
+ // For v3+ files with explicit distorted data, the source is
559
+ // u_coords_dist/v_coords_dist.
560
561
+ // For v1/v2 files (or v3+ without distorted data), the source
562
+ // is u_coords/v_coords.
563
mm_log_info!(
564
logger,
565
" Applying lens undistortion to marker positions..."
0 commit comments