added cv2.destroyAllWindows()

This commit is contained in:
Gary Bradski
2012-03-15 03:45:15 +00:00
parent 41d2a3c832
commit dfaabd88fc
31 changed files with 33 additions and 2 deletions

View File

@@ -54,4 +54,5 @@ if __name__ == '__main__':
print "RMS:", rms
print "camera matrix:\n", camera_matrix
print "distortion coefficients: ", dist_coefs.ravel()
cv2.destroyAllWindows()