[Insight-users] Re: My ITK effort so far to register two structural studies using DCM and offset data

Luis Ibanez luis.ibanez at kitware.com
Tue Oct 23 18:41:46 EDT 2007


Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: run.sh
Type: application/x-sh
Size: 315 bytes
Desc: not available
Url : http://public.kitware.com/pipermail/insight-users/attachments/20071023/37dccb08/run.sh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ResampleImage.cxx
Type: text/x-c++src
Size: 4041 bytes
Desc: not available
Url : http://public.kitware.com/pipermail/insight-users/attachments/20071023/37dccb08/ResampleImage.cxx
-------------- next part --------------
PROJECT(ResampleImage)

FIND_PACKAGE(ITK REQUIRED)
IF(ITK_FOUND)
  INCLUDE(${ITK_USE_FILE})
ENDIF(ITK_FOUND)

ADD_EXECUTABLE(ResampleImage ResampleImage.cxx )

TARGET_LINK_LIBRARIES(ResampleImage ITKIO ITKCommon)


More information about the Insight-users mailing list