Python Opencv3 KNN

asked 2014-11-30 22:52:45 -0600

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?

edit retag flag offensive close merge delete