I have worked with kmeans and would like to use adaptive methods.
Do you know any library or a way to do that in OpenCV?
I have worked with kmeans and would like to use adaptive methods. Do you
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You might want to try the function k-nearest neighbor in OpenCV. Here is an example of how to use it:
http://opencv.willowgarage.com/documentation/cpp/k_nearest_neighbors.html
If you want to use this in c++ there is a great tutorial on this website:
http://aishack.in/tutorials/knearest-neighbors-in-opencv/