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
|
img1 = cv2.imread('box.png',0) # queryImage
|
||||||
img2 = cv2.imread('box_in_scene.png',0) # trainImage
|
img2 = cv2.imread('box_in_scene.png',0) # trainImage
|
||||||
|
|
||||||
# Initiate SIFT detector
|
# Initiate ORB detector
|
||||||
orb = cv2.ORB_create()
|
orb = cv2.ORB_create()
|
||||||
|
|
||||||
# find the keypoints and descriptors with ORB
|
# find the keypoints and descriptors with ORB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user