X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkImageCommon.h;h=3cd8ae51520d7623bb95e0ccca692e329142684e;hb=5d07c6f09eee2f55347c6722c16c1f81de28e747;hp=38800c4c8e4796aae31254da5ac0cf6b9578b5bc;hpb=495aeaf7af1cb34b0a87edf7f8de51440e0c2236;p=clitk.git diff --git a/common/clitkImageCommon.h b/common/clitkImageCommon.h index 38800c4..3cd8ae5 100644 --- a/common/clitkImageCommon.h +++ b/common/clitkImageCommon.h @@ -3,7 +3,7 @@ Authors belong to: - University of LYON http://www.universite-lyon.fr/ - - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - Léon Bérard cancer center http://www.centreleonberard.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr This software is distributed WITHOUT ANY WARRANTY; without even @@ -14,7 +14,7 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html -======================================================================-====*/ +===========================================================================**/ #ifndef CLITKIMAGECOMMON_H #define CLITKIMAGECOMMON_H @@ -26,12 +26,6 @@ #include "itkImageFileReader.h" #include "itkImageSeriesReader.h" #include "itkImageFileWriter.h" -#include "gdcmFile.h" -#if GDCM_MAJOR_VERSION == 2 - #include "gdcmReader.h" -#else - #include "gdcmFileHelper.h" -#endif namespace clitk { @@ -82,10 +76,6 @@ namespace clitk { // Determine pixetype, dimension and number of pixel components of an image file void ReadImageDimensionAndPixelType(const std::string & filename, int & dimension, std::string & pixeType, int & components); - //-------------------------------------------------------------------- - // Read a dicom header - gdcm::File * readDicomHeader(const std::string & filename, const bool verbose=false); - //-------------------------------------------------------------------- template int ComputeHowManyDifferentIntensity(const typename ImageType::Pointer & image,