X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=filters%2FclitkBinarizeImageGenericFilter.h;h=7f6ba4c7c4ecb5b129c6056b00182cb7e9f1f7c8;hb=ee318a6de9c515e567f56b84d3f3789ef0881810;hp=5c4a87dbee15d9a3b5c129aac5613e98ccac91f7;hpb=0083c3fb2c66812489631c7551709d121de51625;p=clitk.git diff --git a/filters/clitkBinarizeImageGenericFilter.h b/filters/clitkBinarizeImageGenericFilter.h index 5c4a87d..7f6ba4c 100644 --- a/filters/clitkBinarizeImageGenericFilter.h +++ b/filters/clitkBinarizeImageGenericFilter.h @@ -1,5 +1,24 @@ +/*========================================================================= + Program: vv http://www.creatis.insa-lyon.fr/rio/vv + + Authors belong to: + - University of LYON http://www.universite-lyon.fr/ + - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the copyright notices for more information. + + It is distributed under dual licence + + - BSD See included LICENSE.txt file + - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html +======================================================================-====*/ + #ifndef CLITKBINARIZEIMAGEGENERICFILTER_H #define CLITKBINARIZEIMAGEGENERICFILTER_H + #include "clitkIO.h" #include "clitkImageToImageGenericFilter.h" @@ -44,9 +63,12 @@ namespace clitk //-------------------------------------------------------------------- } // end namespace clitk +//-------------------------------------------------------------------- +//-------------------------------------------------------------------- #ifndef ITK_MANUAL_INSTANTIATION #include "clitkBinarizeImageGenericFilter.txx" #endif +//-------------------------------------------------------------------- #endif // #define clitkBinarizeImageGenericFilter_h