From: Eduardo DAVILA Date: Tue, 2 Jun 2020 16:25:56 +0000 (+0200) Subject: #3436 BBTK Feature New Normal - Clean SegmentationConnectivity X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=5fca8b25b8df94eeb673eb8116148931d5a30de3;p=bbtk.git #3436 BBTK Feature New Normal - Clean SegmentationConnectivity --- diff --git a/packages/vtk/src/bbvtkSegmentationConnectivity.h b/packages/vtk/src/bbvtkSegmentationConnectivity.h index c8bb4bd..f5faa13 100644 --- a/packages/vtk/src/bbvtkSegmentationConnectivity.h +++ b/packages/vtk/src/bbvtkSegmentationConnectivity.h @@ -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,"");