Ask Your Question

xnap30's profile - activity

2014-12-02 02:35:48 -0600 received badge  Student (source)
2014-11-30 22:52:45 -0600 asked a question Python Opencv3 KNN

I was following the Opencv3 documentation on ML and came across the error AttributeError: 'module' object has no attribute 'Knearest'

Which corresponded to this line:

knn = cv2.KNearest()

Is KN not working in opencv3 beta yet?