Commit ad2ee1d5 authored by Gary Bradski's avatar Gary Bradski

import as cv not cv2. Fixed

parent 5d4a8d08
......@@ -69,4 +69,4 @@ if __name__ == '__main__':
cv.imshow("gray",gray)
if (cv.waitKey() & 255) == 27:
break
cv2.destroyAllWindows()
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