initial commit

This commit is contained in:
Dmitriy Anisimov
2014-09-13 18:28:41 +04:00
parent cff5e3ee88
commit 1007c06d44
159 changed files with 118 additions and 5119 deletions

View File

@@ -56,7 +56,7 @@ if __name__ == "__main__":
if len(sys.argv)>1:
im = cv2.imread(sys.argv[1])
else :
im = cv2.imread('../c/baboon.jpg')
im = cv2.imread('../data/baboon.jpg')
print "usage : python dft.py <image_file>"
# convert to grayscale