MATLAB: Detection of stars from the detected objects.

comet detectionMATLAB

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.

Best Answer

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.