Skip to content

Commit

Permalink
Issue #75: Rename ChArUco+Chessboard test images, and add newly gener…
Browse files Browse the repository at this point in the history
…ated one.
  • Loading branch information
MattClarkson committed May 5, 2020
1 parent 0a2c56e commit 2e67e46
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
def test_charuco_plus_chess_detector():

calib_image = ch.make_charuco_with_chessboard()
cv2.imwrite('tests/data/calibration/pattern_4x4_26x19_5_4_with_inset_18x13.png', calib_image)
cv2.imwrite('tests/data/calibration/pattern_4x4_19x26_5_4_with_inset_13x18.png', calib_image)
return
file_name = 'tests/data/calibration/pattern_4x4_26x19_5_4_with_inset_18x13.png'
image = cv2.imread(file_name)
detector = CharucoPlusChessboardPointDetector((19, 26), (5, 4), 25, (1, 1),
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2e67e46

Please sign in to comment.