We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790b64d commit 81e82eeCopy full SHA for 81e82ee
examples/ch3_panorama.py
@@ -18,7 +18,7 @@
18
l = {}
19
d = {}
20
for i in range(5):
21
- # sift.process_image(imname[i],featname[i])
+ sift.process_image(imname[i],featname[i])
22
l[i],d[i] = sift.read_features_from_file(featname[i])
23
24
matches = {}
0 commit comments