<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>hi, </DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; i need some help with this.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; i try to test the&nbsp;Examples/Filtering/SignedDanielssonDistanceMapImageFilter.cxx. accord to the section 6.8&nbsp;in the itk guide 2.4,</DIV>
<DIV>&nbsp;&nbsp;&nbsp; and i&nbsp;put the source code in a folder&nbsp;and create a CMakeLists.txt liket this:</DIV>
<DIV>&nbsp;</DIV>
<DIV>#####################################</DIV>
<DIV>PROJECT(SignedDanielssonDistanceMapImageFilter)</DIV>
<DIV>FIND_PACKAGE(ITK)<BR>IF(ITK_FOUND)<BR>&nbsp;&nbsp; INCLUDE(${ITK_USE_FILE})<BR>ELSE(ITK_FOUND)<BR>&nbsp;&nbsp; MESSAGE(FATAL_ERROR "ITK not found. Please set ITK_DIR.")<BR>ENDIF(ITK_FOUND)</DIV>
<DIV>ADD_EXECUTABLE(SignedDanielssonDistanceMapImageFilter SignedDanielssonDistanceMapImageFilter.cxx )<BR>TARGET_LINK_LIBRARIES(SignedDanielssonDistanceMapImageFilter ITKBasicFilters ITKIO)</DIV>
<DIV>#####################################&nbsp;&nbsp;&nbsp; </DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp; then i compile it ( CMake 2.4 + itk 3.6 + Visutal Studio 2005) , fine</DIV>
<DIV>&nbsp;</DIV>
<DIV>when i try to run&nbsp;it with the sample image&nbsp; (Example/Data/Circle.png and FivePoints.png), i got a RUNTIME ERROR</DIV>
<DIV>&nbsp;</DIV>
<DIV>i tried to figure out&nbsp;the reason and i found that if i change this line</DIV>
<DIV>....</DIV>
<DIV>typedef float OutputPixelType;&nbsp;&nbsp;&nbsp; </DIV>
<DIV>...</DIV>
<DIV>&nbsp;</DIV>
<DIV>to typedef unsigned short OutputPixelType;&nbsp; </DIV>
<DIV>&nbsp;</DIV>
<DIV>program can run but can't get the result as tutroial showed, so i guess i&nbsp; messed up with something?&nbsp; btw</DIV>
<DIV>&nbsp;</DIV>
<DIV>i also tried this in other computer (itk 3.4 + visual studio 2003) , no luck :(</DIV>
<DIV>&nbsp;</DIV>
<DIV>anyone can help ? thx a lot</DIV>
<DIV>&nbsp;</DIV>
<DIV>leonid</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</DIV></div><br>



      <hr size=1>Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile. <a href="http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ "> Try it now.</a></body></html>