Detection of stars from the detected objects.

3 ビュー (過去 30 日間)
jyothsna chennareddy
jyothsna chennareddy 2011 年 3 月 3 日
コメント済み: Duncan Carlsmith 2023 年 4 月 14 日
Sir, My project is "Comets recognition from satellite images".I detected the objects from the image and the objects that are dtetected in the order of thousands.I need to detect and remove stars and cosmic rays from those detected objects.So please reply me soon.

採用された回答

David Young
David Young 2011 年 3 月 3 日
If you have the Image Processing Toolbox, you could start by trying regionprops. This allows you to measure various parameters of each object; you probably then need to analyse the results for some known objects to work out which combination of parameters distinguishes the different object classes best.
  2 件のコメント
Manar Diaa
Manar Diaa 2023 年 1 月 16 日
編集済み: Manar Diaa 2023 年 1 月 16 日
can you help me to detect stars from this image
Duncan Carlsmith
Duncan Carlsmith 2023 年 4 月 14 日
You could use a 2d-peak finder on a binarized version of the image. Search File exchange for some examples and see https://www.mathworks.com/matlabcentral/fileexchange/127449-mobile-phone-astrometry-explorer. Yolu could also use regionprops on a binarized image to find the bright regions - it will return the centers and radii. You might try a median filt first.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeRed についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by