[Insight-users] ResampleDICOM
Brenno Ribeiro
brennobr at gmail.com
Thu Sep 6 11:44:27 EDT 2012
To flip is just a example of transformation but that's the ideia (Could be
rescale, IntensityWindowing, ..). Make some transformation and create a
dicom file with this transformation and the dicom tags from the original
file.
I insist that I couldn't change the original code or insert my code in it
because it doesn't work. And here I am sending the original code example
that I'm trying to follow and his CMakeLists.txt.
--
Brenno Bernardes Ribeiro
Engenharia da Computação
Universidade Federal do Pará
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20120906/29e847c2/attachment-0001.htm>
-------------- next part --------------
CMakeLists.txt
cmake_minimum_required(VERSION 2.6)
PROJECT(ResampleDICOM)
FIND_PACKAGE(ITK REQUIRED)
INCLUDE(${ITK_USE_FILE})
ADD_EXECUTABLE(ResampleDICOM ResampleDICOM.cxx)
TARGET_LINK_LIBRARIES(ResampleDICOM ${ITK_LIBRARIES})
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ResampleDICOM.cxx
Type: application/octet-stream
Size: 14176 bytes
Desc: not available
URL: <http://www.itk.org/pipermail/insight-users/attachments/20120906/29e847c2/attachment-0001.obj>
More information about the Insight-users
mailing list