update python features2d tutorials
This commit is contained in:
@@ -101,7 +101,7 @@ from matplotlib import pyplot as plt
|
||||
img = cv2.imread('simple.jpg',0)
|
||||
|
||||
# Initiate FAST object with default values
|
||||
fast = cv2.FastFeatureDetector()
|
||||
fast = cv2.FastFeatureDetector_create()
|
||||
|
||||
# find and draw the keypoints
|
||||
kp = fast.detect(img,None)
|
||||
|
||||
Reference in New Issue
Block a user