how to calassify imeges whith knn

2 views (last 30 days)
oussama dude
oussama dude on 30 Nov 2015
Commented: oussama dude on 30 Nov 2015
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

Answers (1)

Image Analyst
Image Analyst on 30 Nov 2015
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 Comment
oussama dude
oussama dude on 30 Nov 2015
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 .... ,

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!