how to calassify imeges whith knn

1 次查看(过去 30 天)
oussama dude
oussama dude 2015-11-30
评论: oussama dude 2015-11-30
how to classifying images of faces from the base test by the KNN method to calculate the rate of false positives and false true , and schematically by the graphs

回答(1 个)

Image Analyst
Image Analyst 2015-11-30
knn doesn't determine whether a result is a true or false negative or positive.
To use knn, you have to pass in your numerical feature vectors. What features did you measure on the face?
  1 个评论
oussama dude
oussama dude 2015-11-30
the image of the face is table of N*M dimention and with knn i want to find the lower distance between this imeges and classify the images by order or display the image that come in the first order . ex : the image that have the lower distance between the other images is first and .... ,

请先登录,再进行评论。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by