[Insight-users] Managed ITK itkConfidenceConnectedImageFilter

Ali Habib ali.mahmoud.habib at gmail.com
Tue Feb 23 03:38:39 EST 2010


I am trying to apply itkConfidenceConnectedImageFilter to image DICOM
series  , so I will use the watersheed example as guide


when use itkConfidenceConnectedImageFilter . it give error that this class
can't be accessed due to its protection

and discovered that there're 4 classes for
itkConfidenceConnectedImageFilter

itkConfidenceConnectedImageFilter_IF2IF2
itkConfidenceConnectedImageFilter_IF3IF3
itkConfidenceConnectedImageFilter_ISS2ISS2
itkConfidenceConnectedImageFilter_IUC2IUC2

I want to do
itkConfidenceConnectedImageFilter
x = new itkConfidenceConnectedImageFilter (input);   // input is the
itkimage that read the dicom series
and continue as in watersheed example
what's the difference between those classses

any suggestion please
Best regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20100223/64ef2560/attachment.htm>


More information about the Insight-users mailing list