hi all <br>
<br>
i have still problems with the region extracting code for png images .<br>
i changed the type definitons parts but it is not working <br>
<br>
typedef unsigned char InputPixelType;<br>
typedef unsigned char OutputPixelType;<br>
const unsigned int Dimension = 2;<br>
<br>
typedef itk::Image< InputPixelType, Dimension > InputImageType;<br>
typedef itk::Image< OutputPixelType, Dimension > OutputImageType;<br>
<br>
help please<br>
<br>
ilker<br>