Commit be89b050 authored by Steven Puttemans's avatar Steven Puttemans

Fix

parent b09f591d
...@@ -56,7 +56,7 @@ import matplotlib.pyplot as plt ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment