[Insight-users] TLabelImage

Andinet Enquobahrie andinet.enqu at kitware.com
Tue Aug 2 12:25:23 EDT 2005


Suresh G N wrote:

>
>       Hi
>
>
>       class itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >
>
>
>       Given an intensity image and a label map it will compute min,
>       max etc.
>
> But it is not clear in the documentation what is TLabelImage. Whether 
> it is Connected component Labeled image or any thing else. Can you 
> tell me how to compute it?
>
> Suresh
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Insight-users mailing list
>Insight-users at itk.org
>http://www.itk.org/mailman/listinfo/insight-users
>  
>
Hello Suresh,

TLabelImage is a connected component labeled image. If you have a binary 
image, you can use  "itkConnectedComponentImageFilter" to generate this 
labeled image. Otherwise, you have to run a segmentation algorithm first 
to generate the binary image and then pass it through 
"itkConnectedComponentImageFilter".

cheers,
-Andy


More information about the Insight-users mailing list