]> Creatis software - bbtk.git/commitdiff
#3436 BBTK Feature New Normal - Clean SegmentationConnectivity
authorEduardo DAVILA <davila@localhost.localdomain>
Tue, 2 Jun 2020 16:25:56 +0000 (18:25 +0200)
committerEduardo DAVILA <davila@localhost.localdomain>
Tue, 2 Jun 2020 16:25:56 +0000 (18:25 +0200)
packages/vtk/src/bbvtkSegmentationConnectivity.h

index c8bb4bdf9a2fff6aa35b6bfbddff4ccbd1a56118..f5faa1373594eabde9bfcd8d4f19696c42297f9f 100644 (file)
@@ -90,7 +90,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>,"");