mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
added destroy all windows
This commit is contained in:
parent
c8e206c2ab
commit
c29f0dfdfa
@ -105,3 +105,5 @@ if __name__ == "__main__":
|
||||
|
||||
cv.AddWeighted(wshed, 0.5, img_gray, 0.5, 0, wshed)
|
||||
cv.ShowImage("watershed transform", wshed)
|
||||
cv.DestroyAllWindows()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user