hi all<br>
<br>
&nbsp;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>
&nbsp; typedef itk::RGBPixel&lt;unsigned short&gt;&nbsp;&nbsp; RGBPixelType;<br>
&nbsp; typedef itk::Image&lt;RGBPixelType, 3&gt;&nbsp;&nbsp;&nbsp; RGBImageType;<br>
&nbsp; typedef itk::Vector&lt;float, 3&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VectorPixelType;<br>
&nbsp; typedef itk::Image&lt;VectorPixelType,32&gt; VectorImageType;<br>
&nbsp; typedef itk::Image&lt;unsigned long, 3&gt;&nbsp;&nbsp; LabeledImageType;<br>
&nbsp; typedef itk::Image&lt;float, 3&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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>