<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hello,<BR>
i use a compiled version of itk-snap because i will insert my code and new routines in snap for my semester project ;)<BR>
I just update my version of itk and now the code run smoothly :)<BR>
Thank you a lot for the help<BR>
Best Samuele<BR> <BR>> Date: Sat, 24 Oct 2009 16:03:13 -0400<BR>> Subject: Re: [Insight-users] compilation problem itkN3MRIBiasFieldCorrectionImageFilter(taken from insight journal)<BR>> From: luis.ibanez@kitware.com<BR>> To: ntustison@wustl.edu<BR>> CC: samuele_82@hotmail.com; insight-users@itk.org<BR>> <BR>> Samuele,<BR>> <BR>> I agree with Nick,<BR>> If you are using the binary installed versions of ITK-SNAP, then you<BR>> don't even need to have ITK in your computer.<BR>> <BR>> You will only need ITK if you are planning to build ITK-SNAP from its<BR>> source code.<BR>> <BR>> Note however<BR>> that the most recent version of SNAP is distributed under<BR>> a GPL license:<BR>> <BR>> http://www.itksnap.org/pmwiki/pmwiki.php<BR>> <BR>> and not the BSD license that ITK uses for the toolkits and for<BR>> InsightApplications.<BR>> <BR>> <BR>> That said,<BR>> Of course we encourage you to use ITK directly :-)<BR>> <BR>> <BR>> Regards,<BR>> <BR>> <BR>> Luis<BR>> <BR>> <BR>> -------------------------------------------------------------------------------------------<BR>> On Fri, Oct 23, 2009 at 9:27 AM, Nick Tustison <ntustison@wustl.edu> wrote:<BR>> > I don't know where you got that information but, unless I'm missing<BR>> > something, you shouldn't need a particular version of ITK to run the itksnap<BR>> > binary. It appears that those two remaining compilation errors are due to<BR>> > the fact that you're using an old version of ITK. You should update to the<BR>> > latest stable version of itk to use N3.<BR>> ><BR>> ><BR>> > On Fri, Oct 23, 2009 at 8:19 AM, Samuele Dietler <samuele_82@hotmail.com><BR>> > wrote:<BR>> >><BR>> >> I use itk 3.8...because when i was looking to Itk-Snap the correct version<BR>> >> for working with it was itk 3.8<BR>> >> ________________________________<BR>> >> CC: insight-users@itk.org<BR>> >> From: ntustison@gmail.com<BR>> >> Subject: Re: [Insight-users] compilation problem<BR>> >> itkN3MRIBiasFieldCorrectionImageFilter(taken from insight journal)<BR>> >> Date: Fri, 23 Oct 2009 08:12:31 -0400<BR>> >> To: samuele_82@hotmail.com<BR>> >><BR>> >> It looks like there might be something else wrong besides the N3 code.<BR>> >> What version of ITK are you using?<BR>> >><BR>> >><BR>> >> On Oct 23, 2009, at 7:40 AM, Samuele Dietler wrote:<BR>> >><BR>> >> Hello,<BR>> >> thank you, i was looking at your code and try some experiment for make it<BR>> >> working...The line is :<BR>> >><BR>> >><BR>> >> itkDebugMacro( "Iteration " << iteration << ": "<BR>> >> << " convergence criterion = " << cv );<BR>> >><BR>> >><BR>> >><BR>> >> But there i have still some errors...This is the list :<BR>> >> 1>------ Rebuild All started: Project: ZERO_CHECK, Configuration: Debug<BR>> >> Win32 ------<BR>> >> 1>Deleting intermediate and output files for project 'ZERO_CHECK',<BR>> >> configuration 'Debug|Win32'<BR>> >> 1>Checking Build System<BR>> >> 1>CMake does not need to re-run because CMakeFiles/generate.stamp is<BR>> >> up-to-date.<BR>> >> 1>Build log was saved at<BR>> >> "file://c:\tk\N3CorrectionBin\ZERO_CHECK.dir\Debug\BuildLog.htm"<BR>> >> 1>ZERO_CHECK - 0 error(s), 0 warning(s)<BR>> >> 2>------ Rebuild All started: Project:<BR>> >> itkN3MRIBiasFieldCorrectionImageFilterTest, Configuration: Debug Win32<BR>> >> ------<BR>> >> 3>------ Rebuild All started: Project: ImageCompare, Configuration: Debug<BR>> >> Win32 ------<BR>> >> 3>Deleting intermediate and output files for project 'ImageCompare',<BR>> >> configuration 'Debug|Win32'<BR>> >> 2>Deleting intermediate and output files for project<BR>> >> 'itkN3MRIBiasFieldCorrectionImageFilterTest', configuration 'Debug|Win32'<BR>> >> 2>Building Custom Rule C:/tk/N3Correction/CMakeLists.txt<BR>> >> 3>Building Custom Rule C:/tk/N3Correction/CMakeLists.txt<BR>> >> 2>CMake does not need to re-run because CMakeFiles/generate.stamp is<BR>> >> up-to-date.<BR>> >> 2>Compiling...<BR>> >> 3>CMake is re-running because build system is out-of-date.<BR>> >> 3>-- Configuring done<BR>> >> 2>itkN3MRIBiasFieldCorrectionImageFilterTest.cxx<BR>> >> 3>-- Generating done<BR>> >> 3>-- Build files have been written to: C:/tk/N3CorrectionBin<BR>> >> 3>Compiling...<BR>> >> 3>ImageCompare.cxx<BR>> >> 3>Compiling manifest to resources...<BR>> >> 3>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1<BR>> >> 3>Copyright (C) Microsoft Corporation. All rights reserved.<BR>> >> 3>Linking...<BR>> >> 3>LINK : fatal error LNK1104: cannot open file 'ITKReview.lib'<BR>> >> 3>Build log was saved at<BR>> >> "file://c:\tk\N3CorrectionBin\ImageCompare.dir\Debug\BuildLog.htm"<BR>> >> 3>ImageCompare - 1 error(s), 0 warning(s)<BR>> >> 2>c:\tk\n3correction\itkN3MRIBiasFieldCorrectionImageFilter.txx(211) :<BR>> >> error C3861: 'vnl_math_floor': identifier not found<BR>> >> 2> c:\tk\n3correction\itkN3MRIBiasFieldCorrectionImageFilter.txx(166) :<BR>> >> while compiling class template member function<BR>> >> 'itk::SmartPointer<TObjectType><BR>> >> itk::N3MRIBiasFieldCorrectionImageFilter<TInputImage,TMaskImage,TOutputImage>::SharpenImage(itk::SmartPointer<TObjectType>)'<BR>> >> 2> with<BR>> >> 2> [<BR>> >> 2> TObjectType=itk::Image<RealType,2>,<BR>> >> 2> TInputImage=ImageType,<BR>> >> 2> TMaskImage=MaskImageType,<BR>> >> 2> TOutputImage=ImageType<BR>> >> 2> ]<BR>> >> 2> c:\tk\n3correction\itkN3MRIBiasFieldCorrectionImageFilter.txx(38) :<BR>> >> while compiling class template member function<BR>> >> 'itk::N3MRIBiasFieldCorrectionImageFilter<TInputImage,TMaskImage,TOutputImage>::N3MRIBiasFieldCorrectionImageFilter(void)'<BR>> >> 2> with<BR>> >> 2> [<BR>> >> 2> TInputImage=ImageType,<BR>> >> 2> TMaskImage=MaskImageType,<BR>> >> 2> TOutputImage=ImageType<BR>> >> 2> ]<BR>> >> 2> ..\N3Correction\itkN3MRIBiasFieldCorrectionImageFilterTest.cxx(109) :<BR>> >> see reference to class template instantiation<BR>> >> 'itk::N3MRIBiasFieldCorrectionImageFilter<TInputImage,TMaskImage,TOutputImage>'<BR>> >> being compiled<BR>> >> 2> with<BR>> >> 2> [<BR>> >> 2> TInputImage=ImageType,<BR>> >> 2> TMaskImage=MaskImageType,<BR>> >> 2> TOutputImage=ImageType<BR>> >> 2> ]<BR>> >> 2> ..\N3Correction\itkN3MRIBiasFieldCorrectionImageFilterTest.cxx(217) :<BR>> >> see reference to function template instantiation 'int<BR>> >> itkN3MRIBiasFieldCorrectionImageFilterTest<2>(int,char *[])' being compiled<BR>> >> 2>c:\tk\n3correction\itkN3MRIBiasFieldCorrectionImageFilter.txx(367) :<BR>> >> error C3861: 'vnl_math_floor': identifier not found<BR>> >> 2>c:\tk\n3correction\itkN3MRIBiasFieldCorrectionImageFilter.txx(445) :<BR>> >> error C2039: 'SetDirection' : is not a member of<BR>> >> 'itk::BSplineScatteredDataPointSetToImageFilter<TInputPointSet,TOutputImage>'<BR>> >> 2> with<BR>> >> 2> [<BR>> >> 2><BR>> >> TInputPointSet=itk::PointSet<itk::N3MRIBiasFieldCorrectionImageFilter<ImageType,MaskImageType,ImageType>::ScalarType,2>,<BR>> >> 2><BR>> >> TOutputImage=itk::Image<itk::N3MRIBiasFieldCorrectionImageFilter<ImageType,MaskImageType,ImageType>::ScalarType,2><BR>> >> 2> ]<BR>> >> 2> c:\tk\n3correction\itkN3MRIBiasFieldCorrectionImageFilter.txx(391) :<BR>> >> while compiling class template member function<BR>> >> 'itk::SmartPointer<TObjectType><BR>> >> itk::N3MRIBiasFieldCorrectionImageFilter<TInputImage,TMaskImage,TOutputImage>::SmoothField(itk::SmartPointer<TObjectType>)'<BR>> >> 2> with<BR>> >> 2> [<BR>> >> 2> TObjectType=itk::Image<RealType,2>,<BR>> >> 2> TInputImage=ImageType,<BR>> >> 2> TMaskImage=MaskImageType,<BR>> >> 2> TOutputImage=ImageType<BR>> >> 2> ]<BR>> >> 2>c:\tk\n3correction\itkN3MRIBiasFieldCorrectionImageFilter.txx(211) :<BR>> >> error C3861: 'vnl_math_floor': identifier not found<BR>> >> 2> c:\tk\n3correction\itkN3MRIBiasFieldCorrectionImageFilter.txx(166) :<BR>> >> while compiling class template member function<BR>> >> 'itk::SmartPointer<TObjectType><BR>> >> itk::N3MRIBiasFieldCorrectionImageFilter<TInputImage,TMaskImage,TOutputImage>::SharpenImage(itk::SmartPointer<TObjectType>)'<BR>> >> 2> with<BR>> >> 2> [<BR>> >> 2> TObjectType=itk::Image<RealType,3>,<BR>> >> 2> TInputImage=ImageType,<BR>> >> 2> TMaskImage=MaskImageType,<BR>> >> 2> TOutputImage=ImageType<BR>> >> 2> ]<BR>> >> 2> c:\tk\n3correction\itkN3MRIBiasFieldCorrectionImageFilter.txx(38) :<BR>> >> while compiling class template member function<BR>> >> 'itk::N3MRIBiasFieldCorrectionImageFilter<TInputImage,TMaskImage,TOutputImage>::N3MRIBiasFieldCorrectionImageFilter(void)'<BR>> >> 2> with<BR>> >> 2> [<BR>> >> 2> TInputImage=ImageType,<BR>> >> 2> TMaskImage=MaskImageType,<BR>> >> 2> TOutputImage=ImageType<BR>> >> 2> ]<BR>> >> 2> ..\N3Correction\itkN3MRIBiasFieldCorrectionImageFilterTest.cxx(109) :<BR>> >> see reference to class template instantiation<BR>> >> 'itk::N3MRIBiasFieldCorrectionImageFilter<TInputImage,TMaskImage,TOutputImage>'<BR>> >> being compiled<BR>> >> 2> with<BR>> >> 2> [<BR>> >> 2> TInputImage=ImageType,<BR>> >> 2> TMaskImage=MaskImageType,<BR>> >> 2> TOutputImage=ImageType<BR>> >> 2> ]<BR>> >> 2> ..\N3Correction\itkN3MRIBiasFieldCorrectionImageFilterTest.cxx(220) :<BR>> >> see reference to function template instantiation 'int<BR>> >> itkN3MRIBiasFieldCorrectionImageFilterTest<3>(int,char *[])' being compiled<BR>> >> 2>c:\tk\n3correction\itkN3MRIBiasFieldCorrectionImageFilter.txx(367) :<BR>> >> error C3861: 'vnl_math_floor': identifier not found<BR>> >> 2>c:\tk\n3correction\itkN3MRIBiasFieldCorrectionImageFilter.txx(445) :<BR>> >> error C2039: 'SetDirection' : is not a member of<BR>> >> 'itk::BSplineScatteredDataPointSetToImageFilter<TInputPointSet,TOutputImage>'<BR>> >> 2> with<BR>> >> 2> [<BR>> >> 2><BR>> >> TInputPointSet=itk::PointSet<itk::N3MRIBiasFieldCorrectionImageFilter<ImageType,MaskImageType,ImageType>::ScalarType,3>,<BR>> >> 2><BR>> >> TOutputImage=itk::Image<itk::N3MRIBiasFieldCorrectionImageFilter<ImageType,MaskImageType,ImageType>::ScalarType,3><BR>> >> 2> ]<BR>> >> 2> c:\tk\n3correction\itkN3MRIBiasFieldCorrectionImageFilter.txx(391) :<BR>> >> while compiling class template member function<BR>> >> 'itk::SmartPointer<TObjectType><BR>> >> itk::N3MRIBiasFieldCorrectionImageFilter<TInputImage,TMaskImage,TOutputImage>::SmoothField(itk::SmartPointer<TObjectType>)'<BR>> >> 2> with<BR>> >> 2> [<BR>> >> 2> TObjectType=itk::Image<RealType,3>,<BR>> >> 2> TInputImage=ImageType,<BR>> >> 2> TMaskImage=MaskImageType,<BR>> >> 2> TOutputImage=ImageType<BR>> >> 2> ]<BR>> >> 4>------ Skipped Rebuild All: Project: NightlyMemoryCheck, Configuration:<BR>> >> Debug Win32 ------<BR>> >> 4>Project not selected to build for this solution configuration<BR>> >> 5>------ Skipped Rebuild All: Project: Nightly, Configuration: Debug Win32<BR>> >> ------<BR>> >> 5>Project not selected to build for this solution configuration<BR>> >> 6>------ Skipped Rebuild All: Project: RUN_TESTS, Configuration: Debug<BR>> >> Win32 ------<BR>> >> 6>Project not selected to build for this solution configuration<BR>> >> 7>------ Skipped Rebuild All: Project: Experimental, Configuration: Debug<BR>> >> Win32 ------<BR>> >> 7>Project not selected to build for this solution configuration<BR>> >> 8>------ Skipped Rebuild All: Project: Continuous, Configuration: Debug<BR>> >> Win32 ------<BR>> >> 8>Project not selected to build for this solution configuration<BR>> >> 2>Build log was saved at<BR>> >> "file://c:\tk\N3CorrectionBin\itkN3MRIBiasFieldCorrectionImageFilterTest.dir\Debug\BuildLog.htm"<BR>> >> 2>itkN3MRIBiasFieldCorrectionImageFilterTest - 6 error(s), 0 warning(s)<BR>> >> 9>------ Skipped Rebuild All: Project: ALL_BUILD, Configuration: Debug<BR>> >> Win32 ------<BR>> >> 9>Project not selected to build for this solution configuration<BR>> >> ========== Rebuild All: 1 succeeded, 2 failed, 6 skipped ==========<BR>> >><BR>> >><BR>> >><BR>> >><BR>> >><BR>> >> Maybe i will wait until today late so that you can correct...because for<BR>> >> the moment i'm not an expert and i can correct only my simple code and not<BR>> >> codes so complex...<BR>> >> Thank you<BR>> >> Samuele<BR>> >><BR>> >><BR>> >> ________________________________<BR>> >> CC: insight-users@itk.org<BR>> >> From: ntustison@gmail.com<BR>> >> Subject: Re: [Insight-users] compilation problem<BR>> >> itkN3MRIBiasFieldCorrectionImageFilter(taken from insight journal)<BR>> >> Date: Fri, 23 Oct 2009 07:26:25 -0400<BR>> >> To: samuele_82@hotmail.com<BR>> >><BR>> >> Hi Samuele,<BR>> >> I need to fix the recent code revision---I made some changes such as<BR>> >> adding a progress reporter and I didn't realize until recently that there's<BR>> >> a bug. Anyway, you can wait until later today when I upload a corrected<BR>> >> version or you can find the line in the .txx file, in the function<BR>> >> GenerateData(), that reads something like<BR>> >> itkDebugMacro( "Iteration: " << iteration << ": Convergence threshold =<BR>> >> " << convergence )<BR>> >> and just delete it. That should correct the problem.<BR>> >> Nick<BR>> >><BR>> >> On Oct 23, 2009, at 5:42 AM, Samuele Dietler wrote:<BR>> >><BR>> >> Hello itk users,<BR>> >> i have a problem with the following library :<BR>> >> itkN3MRIBiasFieldCorrectionImageFilter(taken by insight journal). I compile<BR>> >> it in visual studio 9 with itk3.8. The first time that i compiled it i had a<BR>> >> problem with review option of itk, so i turned on review and i recompiled<BR>> >> itk. After i have recompiled itkN3MRIBiasFieldCorrectionImageFilter but this<BR>> >> time the following list of errors appear :<BR>> >><BR>> >><BR>> >> 1>------ Build started: Project: ImageCompare, Configuration: Debug Win32<BR>> >> ------<BR>> >> 2>------ Build started: Project:<BR>> >> itkN3MRIBiasFieldCorrectionImageFilterTest, Configuration: Debug Win32<BR>> >> ------<BR>> >> 2>Compiling...<BR>> >> 1>Compiling...<BR>> >> 1>ImageCompare.cxx<BR>> >> 2>itkN3MRIBiasFieldCorrectionImageFilterTest.cxx<BR>> >> 2>c:\tk\n3correction\itkN3MRIBiasFieldCorrectionImageFilter.txx(136) :<BR>> >> error C2065: 'iteration' : undeclared identifier<BR>> >> 2> c:\tk\n3correction\itkN3MRIBiasFieldCorrectionImageFilter.txx(59) :<BR>> >> while compiling class template member function 'void<BR>> >> itk::N3MRIBiasFieldCorrectionImageFilter<TInputImage,TMaskImage,TOutputImage>::GenerateData(void)'<BR>> >> 2> with<BR>> >> 2> [<BR>> >> 2> TInputImage=ImageType,<BR>> >> 2> TMaskImage=MaskImageType,<BR>> >> 2> TOutputImage=ImageType<BR>> >> 2> ]<BR>> >> 2> ..\N3Correction\itkN3MRIBiasFieldCorrectionImageFilterTest.cxx(109) :<BR>> >> see reference to class template instantiation<BR>> >> 'itk::N3MRIBiasFieldCorrectionImageFilter<TInputImage,TMaskImage,TOutputImage>'<BR>> >> being compiled<BR>> >> 2> with<BR>> >> 2> [<BR>> >> 2> TInputImage=ImageType,<BR>> >> 2> TMaskImage=MaskImageType,<BR>> >> 2> TOutputImage=ImageType<BR>> >> 2> ]<BR>> >> 2> ..\N3Correction\itkN3MRIBiasFieldCorrectionImageFilterTest.cxx(217) :<BR>> >> see reference to function template instantiation 'int<BR>> >> itkN3MRIBiasFieldCorrectionImageFilterTest<2>(int,char *[])' being compiled<BR>> >> 2>c:\tk\n3correction\itkN3MRIBiasFieldCorrectionImageFilter.txx(136) :<BR>> >> error C2065: 'cv' : undeclared identifier<BR>> >> 2>c:\tk\n3correction\itkN3MRIBiasFieldCorrectionImageFilter.txx(136) :<BR>> >> error C2065: 'iteration' : undeclared identifier<BR>> >> 2> c:\tk\n3correction\itkN3MRIBiasFieldCorrectionImageFilter.txx(59) :<BR>> >> while compiling class template member function 'void<BR>> >> itk::N3MRIBiasFieldCorrectionImageFilter<TInputImage,TMaskImage,TOutputImage>::GenerateData(void)'<BR>> >> 2> with<BR>> >> 2> [<BR>> >> 2> TInputImage=ImageType,<BR>> >> 2> TMaskImage=MaskImageType,<BR>> >> 2> TOutputImage=ImageType<BR>> >> 2> ]<BR>> >> 2> ..\N3Correction\itkN3MRIBiasFieldCorrectionImageFilterTest.cxx(109) :<BR>> >> see reference to class template instantiation<BR>> >> 'itk::N3MRIBiasFieldCorrectionImageFilter<TInputImage,TMaskImage,TOutputImage>'<BR>> >> being compiled<BR>> >> 2> with<BR>> >> 2> [<BR>> >> 2> TInputImage=ImageType,<BR>> >> 2> TMaskImage=MaskImageType,<BR>> >> 2> TOutputImage=ImageType<BR>> >> 2> ]<BR>> >> 2> ..\N3Correction\itkN3MRIBiasFieldCorrectionImageFilterTest.cxx(220) :<BR>> >> see reference to function template instantiation 'int<BR>> >> itkN3MRIBiasFieldCorrectionImageFilterTest<3>(int,char *[])' being compiled<BR>> >> 2>c:\tk\n3correction\itkN3MRIBiasFieldCorrectionImageFilter.txx(136) :<BR>> >> error C2065: 'cv' : undeclared identifier<BR>> >> 2>Build log was saved at<BR>> >> "file://c:\tk\N3CorrectionBin\itkN3MRIBiasFieldCorrectionImageFilterTest.dir\Debug\BuildLog.htm"<BR>> >> 2>itkN3MRIBiasFieldCorrectionImageFilterTest - 4 error(s), 0 warning(s)<BR>> >> 1>Compiling manifest to resources...<BR>> >> 1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1<BR>> >> 1>Copyright (C) Microsoft Corporation. All rights reserved.<BR>> >> 1>Linking...<BR>> >> 1>LINK : fatal error LNK1104: cannot open file 'ITKReview.lib'<BR>> >> 1>Build log was saved at<BR>> >> "file://c:\tk\N3CorrectionBin\ImageCompare.dir\Debug\BuildLog.htm"<BR>> >> 1>ImageCompare - 1 error(s), 0 warning(s)<BR>> >> ========== Build: 0 succeeded, 2 failed, 2 up-to-date, 0 skipped<BR>> >> ==========<BR>> >><BR>> >><BR>> >> Does anyone know hot to solve the problem??<BR>> >><BR>> >><BR>> >> Thank you, bests<BR>> >> Samuele<BR>> >><BR>> >><BR>> >><BR>> >> ________________________________<BR>> >> Windows Live Today: Resta aggiornato sulle attivitą dei tuoi amici su<BR>> >> Flickr, Dada e MySpace_____________________________________<BR>> >> Powered by www.kitware.com<BR>> >><BR>> >> Visit other Kitware open-source projects at<BR>> >> http://www.kitware.com/opensource/opensource.html<BR>> >><BR>> >> Please keep messages on-topic and check the ITK FAQ<BR>> >> at: http://www.itk.org/Wiki/ITK_FAQ<BR>> >><BR>> >> Follow this link to subscribe/unsubscribe:<BR>> >> http://www.itk.org/mailman/listinfo/insight-users<BR>> >><BR>> >><BR>> >> ________________________________<BR>> >> Doretta Doretta ti "cerca"! Vieni a trovarla sul suo<BR>> >> Spaces! _____________________________________<BR>> >> Powered by www.kitware.com<BR>> >><BR>> >> Visit other Kitware open-source projects at<BR>> >> http://www.kitware.com/opensource/opensource.html<BR>> >><BR>> >> Please keep messages on-topic and check the ITK FAQ<BR>> >> at: http://www.itk.org/Wiki/ITK_FAQ<BR>> >><BR>> >> Follow this link to subscribe/unsubscribe:<BR>> >> http://www.itk.org/mailman/listinfo/insight-users<BR>> >><BR>> >><BR>> >> ________________________________<BR>> >> Windows Live: tieni aggiornati i tuoi amici sulle tue attivitą in linea.<BR>> >> _____________________________________<BR>> >> Powered by www.kitware.com<BR>> >><BR>> >> Visit other Kitware open-source projects at<BR>> >> http://www.kitware.com/opensource/opensource.html<BR>> >><BR>> >> Please keep messages on-topic and check the ITK FAQ at:<BR>> >> http://www.itk.org/Wiki/ITK_FAQ<BR>> >><BR>> >> Follow this link to subscribe/unsubscribe:<BR>> >> http://www.itk.org/mailman/listinfo/insight-users<BR>> >><BR>> ><BR>> ><BR>> > _____________________________________<BR>> > Powered by www.kitware.com<BR>> ><BR>> > Visit other Kitware open-source projects at<BR>> > http://www.kitware.com/opensource/opensource.html<BR>> ><BR>> > Please keep messages on-topic and check the ITK FAQ at:<BR>> > http://www.itk.org/Wiki/ITK_FAQ<BR>> ><BR>> > Follow this link to subscribe/unsubscribe:<BR>> > http://www.itk.org/mailman/listinfo/insight-users<BR>> ><BR>> ><BR>                                            <br /><hr />Doretta <a href='http://doretta82live.spaces.live.com/' target='_new'>Doretta ti "cerca"! Vieni a trovarla sul suo Spaces!</a></body>
</html>