We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09f591 commit be89b05Copy full SHA for be89b05
doc/py_tutorials/py_feature2d/py_matcher/py_matcher.markdown
@@ -56,7 +56,7 @@ import matplotlib.pyplot as plt
56
img1 = cv2.imread('box.png',0) # queryImage
57
img2 = cv2.imread('box_in_scene.png',0) # trainImage
58
59
-# Initiate SIFT detector
+# Initiate ORB detector
60
orb = cv2.ORB_create()
61
62
# find the keypoints and descriptors with ORB
0 commit comments