added destroyAllWindows at end

This commit is contained in:
Gary Bradski
2012-03-18 23:12:55 +00:00
parent 8a48b8dffd
commit 5878ab6a0f
8 changed files with 8 additions and 0 deletions

View File

@@ -66,3 +66,4 @@ if __name__=="__main__":
if c == ord('i') or c == ord('\n'):
cv.Inpaint(img, inpaint_mask, inpainted, 3, cv.CV_INPAINT_TELEA)
cv.ShowImage("inpainted image", inpainted)
cv.DestroyAllWindows()