added destroy all windows

This commit is contained in:
Gary Bradski 2012-03-18 23:01:31 +00:00
parent c8e206c2ab
commit c29f0dfdfa

View File

@ -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()