X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkMergeSequence.cxx;h=945272ace790a40022abd11cdd15f312ac0e2866;hb=c0fcc099d74410bce8944e3cb1f5147def3730b4;hp=e2c0eb0ac9416cbc764d633659d09d14a4317180;hpb=a26cd8a19e1b9ad8344ab501436045f171a73713;p=clitk.git diff --git a/tools/clitkMergeSequence.cxx b/tools/clitkMergeSequence.cxx old mode 100755 new mode 100644 index e2c0eb0..945272a --- a/tools/clitkMergeSequence.cxx +++ b/tools/clitkMergeSequence.cxx @@ -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 CLITKMERGESEQUENCE_CXX #define CLITKMERGESEQUENCE_CXX @@ -23,7 +23,7 @@ * @author Jef Vandemeulebroucke * @date December 2 10:14:53 2008 * - * @brief Read in one VF (ex mhd, vf) invert it using a splat with linear kernels to the target. + * @brief Read a series of nD images (unnamed inputs) and merge them to a (n+1)D image. * */ @@ -31,6 +31,7 @@ #include "clitkMergeSequence_ggo.h" #include "clitkIO.h" #include "clitkImageCommon.h" +#include "clitkCommon.h" #include "clitkMergeSequenceGenericFilter.h" int main( int argc, char *argv[] )