classification images using knn

3 次查看(过去 30 天)
nadia
nadia 2016-1-16
hi, I have some questions about knn. I have 2 different class of dogs and cats and I want to classify new images based on their class.I want to use knn in matlab but I do not know how to use it, because the example in knn's help is a vector but I work with image(matrices). please help me how can I provide knn inputs?

回答(1 个)

Image Analyst
Image Analyst 2016-1-16
MATLAB has a webinar for a cat/dog detector: http://www.mathworks.com/videos/deep-learning-for-computer-vision-with-matlab-116080.html?s_tid=srchtitle It uses computer vision to identify a subimage with the animal in it, then it uses deep learning to classify the animal as either a cat or a dog.
  2 个评论
nadia
nadia 2016-1-18
Thanks for your answer but I want to know how to use knn.I think I should reshape each image to vector and then compare them. Is it true?
Image Analyst
Image Analyst 2016-1-18
No, of course not. How could that work? Only if it were something like you're looking at gray levels and all your cats were black and all your dogs were white, but that's a very very restricted case and not robust at all.
If you just want to learn and use knn, try some of the demos out there that work well with it, rather than trying some situation where it won't work well.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Image Processing and Computer Vision 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by