]> Creatis software - bbtk.git/commitdiff
#3041 BBTK Feature New Normal - vrk package ImageBondouries box (documentation)
authorEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Mon, 12 Dec 2016 08:44:26 +0000 (09:44 +0100)
committerEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Mon, 12 Dec 2016 08:44:26 +0000 (09:44 +0100)
packages/vtk/src/bbvtkAutoCrop.cxx
packages/vtk/src/bbvtkImageBoundaries.h

index 25ce22cec908d03e4c456c0dc8e1e55b5e0a2e89..00635e9c4db318a9be60f7af24b44f693e53b223 100644 (file)
@@ -41,8 +41,6 @@ BBTK_BLACK_BOX_IMPLEMENTATION(AutoCrop,bbtk::AtomicBlackBox);
 void AutoCrop::Process()
 {
 
-       printf("EED  AutoCrop::Process Start\n");               
-
 // THE MAIN PROCESSING METHOD BODY
 //   Here we simply set the input 'In' value to the output 'Out'
 //   And print out the output value
index 96fd828b982ceeef049c7bb4edeb6e319bcae523..7c24a5dabd9e0e04b595e805773cf7ce5af140b0 100644 (file)
@@ -65,7 +65,7 @@ class bbvtk_EXPORT ImageBoundaries
 BBTK_BEGIN_DESCRIBE_BLACK_BOX(ImageBoundaries,bbtk::AtomicBlackBox);
        BBTK_NAME("ImageBoundaries");
        BBTK_AUTHOR("Info-Dev");
-       BBTK_DESCRIPTION("Get gray level boundaries of an vtkImageData");
+       BBTK_DESCRIPTION("Get gray level boundaries of an vtkImageData (for AutoCrop)");
        BBTK_CATEGORY("filter");
        BBTK_INPUT(ImageBoundaries,In,"Input image",vtkImageData*,"");
        BBTK_INPUT(ImageBoundaries,LowerValue,"0 default. Lower gray level",double,"");