[Insight-users] one problem of searching stars from sky

Kishore Mosaliganti kishoreraom at gmail.com
Wed Oct 28 15:29:51 EDT 2009


Hi Tao,

A connected components image filter connects all pixels that are
connected in the foreground and gives it a unique label. So, you end
up with a set of distinctly labeled foreground objects.

Look at itkConnectedComponentImageFilter.


Kishore

On Wed, Oct 28, 2009 at 1:56 PM, Tao Dai <uniquedai at gmail.com> wrote:
> Dear Luis and ITK list:
>
> I am working on one project and trying to do some work like "finding
> stars":  Assuming there're lots of stars (difference size/brightness) in the
> night sky, I wanna extract those stars and calculate areas and brightness
> for each.
>
> What I am doing first is a binary thresholding
> (itk:BinaryThresholdImageFilter) and it works well.  However, I don't know
> how to define a cluster of bright points which make a single star. I don't
> know if this make me clear. Let's try another way to clarify: how to know
> which points are from the same star? any examples available in ITK?
>
> Thanks for any input.
>
> Tao
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>
>


More information about the Insight-users mailing list