How to find different types of objects in the image?

1 view (last 30 days)
Dear friends, I've to find different types of objects in the images, by comparing two images, which is best algorithm please reply with examples,

Answers (1)

Image Analyst
Image Analyst on 22 Feb 2015
The whole field of image processing/image analysis is just for answering that question. There are millions of algorithms depending on what you want to find. Go here to browse them: http://www.visionbib.com/bibliography/contents.html Pick one and code it up. Maybe you can simply subtract the images - I don't know.
You've asked an extraordinarily general question. If you want specific help, post your images and then read this: http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
  2 Comments
Somashekhar Betageri
Somashekhar Betageri on 23 Feb 2015
Edited: Somashekhar Betageri on 23 Feb 2015
Dear Image Analyst, for my project i've to find the different types of weeds(Un wanted Plants) in the plants, here i'm attaching photo,
</matlabcentral/answers/uploaded_files/25960/Picture4%20-%20Copy.jpg> Here in this image i've marked Plant and Un wanted Plant, and my aim is to make database of unwanted plants in PC, after that when i took field image that should be compared with the database image if there is match in the image that should be known by alert message...
Image Analyst
Image Analyst on 23 Feb 2015
I think you're taking on too challenging a project for a novice image processing person. Why don't you tackle something easier?

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!