<!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.1515" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Hello every one,</FONT></DIV>
<DIV><FONT size=2> I want to record the execution time of segmentation
algorithm, but I don't know how to do using the ITK class of itkTimeStamp.Is
this class for record time?</FONT></DIV>
<DIV><FONT size=2> For example,</FONT></DIV>
<DIV><FONT size=2> connectedThreshold->SetInput(
reader->GetOutput() );<BR> caster->SetInput(
connectedThreshold->GetOutput() );<BR> writer->SetInput(
caster->GetOutput() );</FONT></DIV>
<DIV><FONT size=2>in this progress, i only want to know the time for
segmentation.</FONT></DIV>
<DIV><FONT size=2>If you know, tell me please. </FONT></DIV>
<DIV><FONT size=2>Thanks.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Xianfen Diao</FONT></DIV></BODY></HTML>