Skip to content

Commit be89b05

Browse files
author
Steven Puttemans
committed
Fix
1 parent b09f591 commit be89b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/py_tutorials/py_feature2d/py_matcher/py_matcher.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ import matplotlib.pyplot as plt
5656
img1 = cv2.imread('box.png',0) # queryImage
5757
img2 = cv2.imread('box_in_scene.png',0) # trainImage
5858

59-
# Initiate SIFT detector
59+
# Initiate ORB detector
6060
orb = cv2.ORB_create()
6161

6262
# find the keypoints and descriptors with ORB

0 commit comments

Comments
 (0)