We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7441da commit ee147e0Copy full SHA for ee147e0
examples/official/file.py
@@ -69,6 +69,7 @@
69
"Original Image with Detected Border", cv_image)
70
cv2.imshow("Normalized Image", mat)
71
cv2.waitKey(0)
72
+ cv2.destroyAllWindows()
73
74
errorCode, errorMsg = image_manager.save_to_file(
75
image, out_path)
examples/official/orientation_detection.py
@@ -90,6 +90,7 @@
90
cv2.imshow("Rotated Image", mat)
91
92
93
94
95
96
0 commit comments