Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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?