Ask Your Question

Maryam's profile - activity

2019-04-08 03:44:49 -0600 received badge  Notable Question (source)
2019-04-08 03:44:49 -0600 received badge  Popular Question (source)
2015-02-13 07:41:39 -0600 commented question unable to find KNearest and SVM functions in cv2?

Yes! but in start i was using 2.4.x version but still encountered this problem. That's why thought of changing version. There is some issue related to installation of open CV that it cannot find these functions, others are available. Thanks for replying

2015-02-13 07:19:22 -0600 commented question unable to find KNearest and SVM functions in cv2?

I have installed opencv 3.0 now but still error remains same.

2015-02-13 05:37:48 -0600 asked a question unable to find KNearest and SVM functions in cv2?

I am using open cv 2.4 and python 2.7 and ubuntu 14.04 when i write a code as knn=cv2.KNearest()

error comes: knn=cv2.KNearest().find_nearest() AttributeError: 'module' object has no attribute 'KNearest'

I have tried everything. PLz help