abidrahmank / OpenCV2-Python-Tutorials

This repo contains tutorials on OpenCV-Python library using new cv2 interface
1.25k stars 887 forks source link

Updated FAST example to Python3 #234

Open lkananen opened 4 years ago

lkananen commented 4 years ago

Changed FastFeatureDetector to FastFeatureDetector_create and updated the code from Python2 to Python3. The example in the current documentation doesn't work in newest versions of OpenCV.