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 dcb49e1 commit 8a80e35Copy full SHA for 8a80e35
Edge Detection/Edge_Detection.py
@@ -19,3 +19,4 @@
19
print('Number of edges'+ '=' +str(len(final))) #printing Number of edges
20
cv.imshow('Final',final)
21
cv.waitKey(0)
22
+cv.destroyAllWindows()
0 commit comments