Detection of objects

조회 수: 1 (최근 30일)
jyothsna chennareddy
jyothsna chennareddy 2011년 2월 5일
편집: sudipta 2013년 10월 20일
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
Daniel Armyr
Daniel Armyr 2012년 2월 22일
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.

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2012년 2월 22일
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.

카테고리

Help CenterFile Exchange에서 Feature Detection and Extraction에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by