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.
John Michell answered .
2025-11-20
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.