Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
rainyl committed May 18, 2024
1 parent 6bc6e2f commit f29ecae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/imgproc/subdiv2d_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ void main() {
cv.line(src, p2, p3, cv.Scalar.red, thickness: 1);
}
// cv.imwrite("subdiv2d.png", src);
final win = cv.Window("Subdiv2D");
win.imshow(src);
// final win = cv.Window("Subdiv2D");
// win.imshow(src);
// win.waitKey(0);
cv.destroyAllWindows();
// cv.destroyAllWindows();
});

test('cv.Subdiv2D.empty', () {
Expand Down

0 comments on commit f29ecae

Please sign in to comment.