hi all<br>
<br>
i need urgent help with this problem<br>
<br>
I wan to do wtaershed segmentaiton to an anallyze image which i got from a dicom series<br>
i converted the dicom series to 3D analyze image. when i run the exe file of watershed segmentaiton <br>
i allways keep getting this( i have changed the values in the code to 3D)<br>
<br>
typedef itk::RGBPixel<unsigned short> RGBPixelType;<br>
typedef itk::Image<RGBPixelType, 3> RGBImageType;<br>
typedef itk::Vector<float, 3> VectorPixelType;<br>
typedef itk::Image<VectorPixelType,32> VectorImageType;<br>
typedef itk::Image<unsigned long, 3> LabeledImageType;<br>
typedef itk::Image<float, 3> ScalarImageType;<br>
<br>
itk:: Exception object<br>
location: unknown<br>
file:\\.....\itkanalyzeimageio.cxx<br>
more then one component per pixel not supported.<br>
<br>
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 <br>
format but again i got the same message<br>
<br>
cheers<br>
ilker<br>