[Insight-users] help with analyze format segmentation ?? URGENT

Karthik Krishnan Karthik.Krishnan at kitware.com
Fri Nov 4 16:00:08 EST 2005


the analyze reader in ITK does not support RGB images. Please log this 
as a feature request in the bug tracker.

http://www.itk.org/Bug

ilker hacıhaliloğlu wrote:

> hi all
>
> i need urgent help with this problem
>
> I wan to do wtaershed segmentaiton to an anallyze image which i got 
> from a dicom series
> i converted the dicom series to 3D analyze image. when i run the exe 
> file of watershed segmentaiton
> i allways keep getting this( i have changed the values in the code to 3D)
>
> typedef itk::RGBPixel<unsigned short> RGBPixelType;
> typedef itk::Image<RGBPixelType, 3> RGBImageType;
> typedef itk::Vector<float, 3> VectorPixelType;
> typedef itk::Image<VectorPixelType,32> VectorImageType;
> typedef itk::Image<unsigned long, 3> LabeledImageType;
> typedef itk::Image<float, 3> ScalarImageType;
>
> itk:: Exception object
> location: unknown
> file:\\.....\itkanalyzeimageio.cxx
> more then one component per pixel not supported.
>
> i have also extracted one slices from thisanalyze volume and run the 
> watershed segmentation on this slice to look if i am doing somethink 
> wrong in changing the variables to 3D
> format but again i got the same message
>
> cheers
> ilker
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Insight-users mailing list
>Insight-users at itk.org
>http://www.itk.org/mailman/listinfo/insight-users
>  
>


More information about the Insight-users mailing list