mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 06:26:29 +08:00
Fix
This commit is contained in:
parent
b09f591dda
commit
be89b0505a
@ -56,7 +56,7 @@ import matplotlib.pyplot as plt
|
||||
img1 = cv2.imread('box.png',0) # queryImage
|
||||
img2 = cv2.imread('box_in_scene.png',0) # trainImage
|
||||
|
||||
# Initiate SIFT detector
|
||||
# Initiate ORB detector
|
||||
orb = cv2.ORB_create()
|
||||
|
||||
# find the keypoints and descriptors with ORB
|
||||
|
Loading…
Reference in New Issue
Block a user