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?