mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
added destroyAllWindows at end
This commit is contained in:
@@ -157,3 +157,4 @@ if __name__ == "__main__":
|
||||
elif c == ord('8'):
|
||||
print("8-connectivity mode is set");
|
||||
connectivity = 8;
|
||||
cv.DestroyAllWindows()
|
||||
|
||||
Reference in New Issue
Block a user