]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkSegmentationConnectivity.h
#3489 vtk9itk5wx3-macos
[bbtk.git] / packages / vtk / src / bbvtkSegmentationConnectivity.h
index c8bb4bdf9a2fff6aa35b6bfbddff4ccbd1a56118..bf06d833ba3d10b744d27bf413f943e5a69429be 100644 (file)
@@ -55,6 +55,8 @@
 #define __bbvtkSegmentationConnectivity_h_INCLUDED__
 
 #include "bbtkAtomicBlackBox.h"
+
+#include "vtkVersion.h"
 #include <vtkImageData.h>
 #include <vtkImageCast.h>
 #include <vtkImageThreshold.h>
@@ -90,7 +92,7 @@ namespace bbvtk
   BBTK_BEGIN_DESCRIBE_BLACK_BOX(SegmentationConnectivity,bbtk::AtomicBlackBox);
     BBTK_NAME("SegmentationConnectivity");
     BBTK_AUTHOR("eduardo.davila [at] creatis.insa-lyon.fr");
-    BBTK_DESCRIPTION("Segmentation with min max threshold and connectivity");
+    BBTK_DESCRIPTION("(Adapted to use vtkImageSeedConnectivity) - Segmentation with min max threshold and connectivity");
 
     BBTK_INPUT(SegmentationConnectivity,In,"Input image",vtkImageData *,"");
     BBTK_INPUT(SegmentationConnectivity,PositionXYZ,"Lsit of POINTS.  Vector with the Position [x y z]" , std::vector<int>,"");