<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2800.1458" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>In this exmaple,itk::BinaryThresholdImageFilter is used.I 
think this class is used to cast the pixel value to 1 or 255.The method 
SetLowerThreshold(...),SetUpperThreshold(...)are used to set the range to 
distinguish the foreground from background.But there are </FONT></DIV>
<DIV><FONT size=2>sentence as follows:</FONT></DIV>
<DIV><FONT size=2>typedef itk::BinaryThresholdImageFilter&lt; InternalImageType, 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
OutputImageType&nbsp;&nbsp;&nbsp; &gt;&nbsp;&nbsp;&nbsp; 
ThresholdingFilterType;<BR>&nbsp; ThresholdingFilterType::Pointer thresholder = 
ThresholdingFilterType::New();<BR>&nbsp; <BR>&nbsp; //const 
InternalPixelType&nbsp; timeThreshold = TimeThreshold; <BR>&nbsp; 
thresholder-&gt;SetLowerThreshold(0.0);<BR>&nbsp; 
thresholder-&gt;SetUpperThreshold(timeThreshold)</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>In the ItkSoftwareGuide.pdf page 367/565,the sentence is as 
follows.</FONT></DIV>
<DIV><FONT size=2>The upper threshold passed to the BinaryThresholdImageFilter 
will define the time snapshot that we are taking from the time-crossing 
map.</FONT></DIV>
<DIV><FONT size=2>Does the "timeThreshold" parameter have the time means?Or it 
should be a value among the pixel value of the image?</FONT></DIV></BODY></HTML>