]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkAutoCrop.h
#3489 vtk9itk5wx3-macos
[bbtk.git] / packages / vtk / src / bbvtkAutoCrop.h
index 1af72e3c08fa77ab08893e144e5a0646449fca2d..0823e50117bbb70098997cda3f3f15068bc9a087 100644 (file)
@@ -34,6 +34,8 @@
 #include "bbtkAtomicBlackBox.h"
 #include "iostream"
 
+#include "vtkVersion.h"
+
 #include "vtkImageData.h"
 
 namespace bbvtk
@@ -62,10 +64,10 @@ class bbvtk_EXPORT AutoCrop
 BBTK_BEGIN_DESCRIBE_BLACK_BOX(AutoCrop,bbtk::AtomicBlackBox);
        BBTK_NAME("AutoCrop");
        BBTK_AUTHOR("Info-Dev");
-       BBTK_DESCRIPTION("Automatique cropping of the image");
+       BBTK_DESCRIPTION("Automatique cropping of the image, (See also ImageBoundaries)");
        BBTK_CATEGORY("Filter");
        BBTK_INPUT(AutoCrop,In,"Input image",vtkImageData*,"");
-       BBTK_INPUT(AutoCrop,Type,"Type of cropping   (default 0)  0=power of two dimensions",int,"");
+       BBTK_INPUT(AutoCrop,Type,"Type of cropping   (default 0)  0=power of two dimensions X and Y",int,"");
        BBTK_OUTPUT(AutoCrop,Out,"Output image",vtkImageData*,"");
 BBTK_END_DESCRIBE_BLACK_BOX(AutoCrop);
 //=====