Skip to content

Commit

Permalink
trying to pass CI with a silly repetition of the corner detection
Browse files Browse the repository at this point in the history
  • Loading branch information
yakir12 committed Dec 24, 2024
1 parent 5753120 commit c82909c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_corner_detection.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ end

corners, n_corners = parse_corners_file(data_file)
detected_corners = _detect_corners(img_file, n_corners)
detected_corners = _detect_corners(img_file, n_corners)

ϵ = calc_error(corners, detected_corners)

Expand Down

0 comments on commit c82909c

Please sign in to comment.