Python Opencv3 KNN

asked Dec 1 '14

xnap30 gravatar image

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?

Preview: (hide)