Detection of objects

2 views (last 30 days)
jyothsna chennareddy
jyothsna chennareddy on 5 Feb 2011
Edited: sudipta on 20 Oct 2013
My project is "Comets Recognition From Satellite Images".Initially I implemented subtraction and guassian to remove noise and blur from the images.I with the help of you found the objects and their intensities along with their pixel co-ordinates but there are many objects in the order of 90,000.I think there is some noise and need your help in removing noise.
  1 Comment
Daniel Armyr
Daniel Armyr on 22 Feb 2012
If you allready used the gaussian to remove blur, then you are pretty far along. If that was not enough, then I think you will ahve to provide a sample image to show how bad the situation is, and what the input data looks like.

Sign in to comment.

Answers (1)

Image Analyst
Image Analyst on 22 Feb 2012
You need to register and subtract the images. I think that's how it's usually done. Alignment can be done with the Groth algorithm, that's the classic astronomy alignment algorithm but there may be more advanced and better versions now. Once aligned the stars are fixed and will subtract away and only objects that moved between exposures will remain (such as comets). Looking at a single frame is not good because often bright things, such as gaseous clouds, will have asymmetrical shapes. So you can't just look at a single frame and find comets by looking for non-spherical objects or fuzzy objects, though if you have a school homework project it could work with single images as long as they supplied you with obvious, super bright comets in the image that are guaranteed to not have clouds in them.

Community Treasure Hunt

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

Start Hunting!