From: Eduardo Davila Date: Wed, 30 May 2012 17:20:15 +0000 (+0000) Subject: -flip X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaContours.git;a=commitdiff_plain;h=a5d13595e8b697490856c32fc6c5877ee7673fad -flip -new version --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 51ee49b..f43a315 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ PROJECT(creaContours) SET(PROJECT_MAJOR_VERSION 1) SET(PROJECT_MINOR_VERSION 2) -SET(PROJECT_BUILD_VERSION 3) +SET(PROJECT_BUILD_VERSION 4) #================================== diff --git a/data/hola.mhd b/data/hola.mhd index e624826..db3c23d 100644 --- a/data/hola.mhd +++ b/data/hola.mhd @@ -1,18 +1,18 @@ ObjectType = Image NDims = 3 +BinaryData = True +BinaryDataByteOrderMSB = False +CompressedData = False +TransformMatrix = 1 0 0 0 1 0 0 0 1 +CenterOfRotation = 0 0 0 +ElementSpacing = 0.7 0.7 0.7 DimSize = 127 147 187 +AnatomicalOrientation = ??? ElementType = MET_USHORT -HeaderSize = 0 ElementNumberOfChannels = 1 -ElementSpacing = 0.7 0.7 0.7 -Position = 0 0 0 -TransformMatrix = 1 0 0 0 1 0 0 0 1 Offset = 0 0 0 -CenterOfRotation = 0 0 0 +HeaderSize = 0 -BinaryData = True -BinaryDataByteOrderMSB = False -CompressedData = False ElementDataFile = hola.raw diff --git a/data/hola.raw b/data/hola.raw index 9945f10..77b3ddf 100644 Binary files a/data/hola.raw and b/data/hola.raw differ