Skip to content

Commit ee147e0

Browse files
committed
Update
1 parent d7441da commit ee147e0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/official/file.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"Original Image with Detected Border", cv_image)
7070
cv2.imshow("Normalized Image", mat)
7171
cv2.waitKey(0)
72+
cv2.destroyAllWindows()
7273

7374
errorCode, errorMsg = image_manager.save_to_file(
7475
image, out_path)

examples/official/orientation_detection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
cv2.imshow("Rotated Image", mat)
9191

9292
cv2.waitKey(0)
93+
cv2.destroyAllWindows()
9394

9495
errorCode, errorMsg = image_manager.save_to_file(
9596
image, out_path)

0 commit comments

Comments
 (0)