Skip to content

Commit 81e82ee

Browse files
committed
Remove comment
1 parent 790b64d commit 81e82ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ch3_panorama.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
l = {}
1919
d = {}
2020
for i in range(5):
21-
# sift.process_image(imname[i],featname[i])
21+
sift.process_image(imname[i],featname[i])
2222
l[i],d[i] = sift.read_features_from_file(featname[i])
2323

2424
matches = {}

0 commit comments

Comments
 (0)