Commit c29f0dfd authored by Gary Bradski's avatar Gary Bradski

added destroy all windows

parent c8e206c2
......@@ -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()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment