Skip to content

Commit

Permalink
wip4
Browse files Browse the repository at this point in the history
  • Loading branch information
yakir12 committed Dec 19, 2024
1 parent ac0d62f commit d09d4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buildcalibrations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ end
Calculate reprojection, projection, distance, and inverse errors for the calibration `c`. `distance` measures the mean error of the distance between all adjacent checkerboard corners from the expected `checker_size`. `inverse` measures the mean error of applying the calibration's transformation and its inverse `inverse_samples` times.
"""
function calculate_errors(c, imgpointss, objpoints, checker_size, sz, files, n_corners, inverse_samples=100)
@show c.intrinsic, c.extrinsics, c.scale, c.k, c.files
@show c.extrinsics
reprojection = 0.0
projection = 0.0
distance = 0.0
Expand Down

0 comments on commit d09d4b0

Please sign in to comment.