update python features2d tutorials

This commit is contained in:
berak
2015-10-20 11:57:29 +02:00
parent 1648e9292c
commit 781931a671
6 changed files with 19 additions and 17 deletions

View File

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