This commit is contained in:
Steven Puttemans 2015-08-19 13:46:17 +02:00
parent b09f591dda
commit be89b0505a

View File

@ -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