Skip to content

Commit 7a54d7d

Browse files
mmcamerasolve - better formatting for comment.
More lines, but also easier to read.
1 parent a5e61f8 commit 7a54d7d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

  • lib/rust/mmcamerasolve-bin/src

lib/rust/mmcamerasolve-bin/src/main.rs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,8 +554,12 @@ fn run_camera_solve<L: Logger + Clone + Send + Sync>(
554554

555555
if nuke_lens_data.is_some() {
556556
// 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.
557+
//
558+
// 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.
559563
mm_log_info!(
560564
logger,
561565
" Applying lens undistortion to marker positions..."

0 commit comments

Comments
 (0)