What is the best way to detect Man Made Objects in images with natural background?

1 view (last 30 days)
I'm trying to write an algorithm to detect man made object in the natural images, I found that many papers talking about detecting objects from the aerial view which is differ from what I want to do. If you have any suggestions or any ideas about this topic, please kindly share and thank you in advance!!

Accepted Answer

Image Analyst
Image Analyst on 30 Nov 2013
There are complicated algorithms that go way beyond the scope of what's discussed here so all I can do it to refer you to the algorithms and you can do a search for them. I think you'll want to look at "material detection" algorithms https://www.google.com/#q=material+detection+belief+map and "Main subject detection" (MSD) algorithms https://www.google.com/#q=main+subject+detection+belief+map. It's a new field that I think is just becoming of more interest due to proliferation of stock photography databases and CBIR (content based image retrieval). Sorry, but I don't have any MATLAB code for it.
  1 Comment
Mostafa
Mostafa on 1 Dec 2013
Thank you for your reply! I was reading many topics about these concepts but unfortunately I got confused. I couldn't understand their methods well because they are not clear enough to me. Anyway, I appreciate your help and if there are any other ideas or suggestions please kindly share :)
Thank you!

Sign in to comment.

More Answers (2)

Andre Cavalcante
Andre Cavalcante on 18 Dec 2013
Hi, I have worked on a very simple and lightweight system for segmenting natural and man-made structures in real-world scenes. It is described in the paper "Segmentation of natural and man-made structures by independent component analysis". I am sending the paper and code to your email.

Mostafa
Mostafa on 20 Dec 2013
Thank you for your consideration. I have searched about this paper and I found it. I took a quick look at it and it looks appropriate for my topic. I will read it again in details to see how can I use it to support my topic's progress.
Thanks again!

Categories

Find more on Data Type Identification in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!