]> Creatis software - clitk.git/blobdiff - tools/clitkBinarizeImage.cxx
add FilterBase (trial)
[clitk.git] / tools / clitkBinarizeImage.cxx
index bf4adea753564296bd31818679d8304af91606f2..345959d4d560e7ef0f0ef8714178813426319a88 100644 (file)
@@ -1,11 +1,28 @@
+/*=========================================================================
+  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
+======================================================================-====*/
 
 /* =================================================
  * @file   clitkBinarizeImageGenericFilter.txx
  * @author Jef Vandemeulebroucke <jef@creatis.insa-lyon.fr>
  * @date   29 June 2009
- * 
+ *
  * @brief Binarize an image
- * 
+ *
  ===================================================*/
 
 // clitk
@@ -13,7 +30,8 @@
 #include "clitkBinarizeImageGenericFilter.h"
 
 //--------------------------------------------------------------------
-int main(int argc, char * argv[]) {
+int main(int argc, char * argv[])
+{
 
   // Init command line
   GGO(clitkBinarizeImage, args_info);
@@ -22,7 +40,7 @@ int main(int argc, char * argv[]) {
   // Filter
   typedef clitk::BinarizeImageGenericFilter<args_info_clitkBinarizeImage> FilterType;
   FilterType::Pointer filter = FilterType::New();
-  
+
   filter->SetArgsInfo(args_info);
   filter->Update();