asked 2014-03-10 19:22:17 -0600
Hello,
I wonder that which distance is used on opencv KNN?
Quite sure from file modules/ml/src/knearest.cpp, it is Euclidean.
I looked into this file. But I am not clear that it is euclidean. I dont know that how I can change method of finding distance.
Official site
GitHub
Wiki
Documentation
subscribe to rss feed
Asked: 2014-03-10 19:22:17 -0600
Seen: 512 times
Last updated: Mar 10 '14
Problem in the result of kNN
flann : knn-search for hierarchical kmeans tree giving weird result
KNearest save problem
How to train a kNN classifier in OpenCV?
Clustering binary descriptors
k- nearest neighbors with multivariate neighbors
Error: Couldn't load opencv_java from loader...
Cannot view 16-bit grey level Images.
augmented reality using java and opencv 2.4.5
Face recognition - Get distance for all trained images
Quite sure from file modules/ml/src/knearest.cpp, it is Euclidean.
I looked into this file. But I am not clear that it is euclidean. I dont know that how I can change method of finding distance.