Skip to content

Commit

Permalink
fix typo in feature_matching.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Beyeler committed Oct 19, 2015
1 parent ae36c9d commit 85f4fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter3/feature_matching.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(self, train_image="salinger.jpg"):
# initialize SURF
self.min_hessian = 400
self.SURF = cv2.SURF(self.min_hessian)
''

# template image: "train" image
# later on compared ot each video frame: "query" image
self.img_obj = cv2.imread(train_image, cv2.CV_8UC1)
Expand Down

0 comments on commit 85f4fda

Please sign in to comment.