<meta http-equiv="content-type" content="text/html; charset=utf-8"><div class="gmail_quote">On Wed, Mar 30, 2011 at 2:04 PM, xiu jiang <span dir="ltr">&lt;<a href="mailto:xjiang01@hotmail.com">xjiang01@hotmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">



<div>
 <br>Hi, all<br> <br>I&#39;m trying to read TIFF image which contains the pixel value of only 1 and 0 and use it as a binary image. But I found the pixel  value is changed from 1 and 0 to 198 and 160 after I read it. Is there anybody who can tell me how to fix this problem? below is the code.<br>
<font color="#0000ff" size="2" face="Consolas"><font color="#0000ff" size="2" face="Consolas"><font color="#0000ff" size="2" face="Consolas">
 <br>
typedef</font></font></font><font size="2" face="Consolas"><font size="2" face="Consolas"> itk::ImageFileReader&lt; ImageType &gt; ReaderType;<br>
ReaderType::Pointer reader = ReaderType::New();<br>
std::string filename = inputDirectoryName;<br>
reader-&gt;SetFileName( filename );<br>
reader-&gt;Update();<br>
</font></font><font color="#0000ff" size="2" face="Consolas"><font color="#0000ff" size="2" face="Consolas"><font color="#0000ff" size="2" face="Consolas">return</font></font></font><font size="2" face="Consolas"><font size="2" face="Consolas"> reader-&gt;GetOutput();;<br>
</font></font>
 <br>
Thanks,<br>
Xiu<br></div></blockquote><div><br></div><meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="border-collapse: collapse; font-family: Consolas; ">What is your ImageType?</span></div>
<div class="gmail_quote"><font class="Apple-style-span" face="Consolas"><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></font><div>David </div></div>