SciKit-Surgery / scikit-surgeryimage

Image processing, using OpenCV.
Other
2 stars 2 forks source link

Only draw on aruco image if there are >0 markers #20

Closed thompson318 closed 4 years ago

thompson318 commented 4 years ago

In GitLab by @MattClarkson on Dec 21, 2018, 09:32

thompson318 commented 4 years ago

In GitLab by @MattClarkson on Dec 21, 2018, 09:38

Call to draw_charuco_corners throws errors if chessboard corners or markers is None or empty. Should make the function more defensive.

thompson318 commented 4 years ago

In GitLab by @MattClarkson on Dec 21, 2018, 20:35

Putting in unit test to cover this. The actual code that fixed this was in #21 which I did first.

thompson318 commented 4 years ago

In GitLab by @MattClarkson on Dec 21, 2018, 20:54

mentioned in commit 60e4758571761415bef482207cfc1186441cd53c

thompson318 commented 4 years ago

In GitLab by @MattClarkson on Dec 21, 2018, 23:03

closed