Ask Your Question

M.D.'s profile - activity

2016-07-06 14:08:55 -0600 received badge  Critic (source)
2016-07-06 14:08:16 -0600 received badge  Supporter (source)
2016-03-17 01:36:38 -0600 asked a question How do I get FAST algorithm in OpenCV3 for Python?

I'm following this tutorial and the following line gives me an error:

fast = cv2.FastFeatureDetector()

The IDE can't find a reference for FastFeatureDetector. I'm assuming it isn't part of OpenCV3 APIs for Python, although the tutorial is listed under v3-beta. Am I right? How do I use FAST without switching back to OpenCV2? I'm on Mac OS 10.11