From 5fca8b25b8df94eeb673eb8116148931d5a30de3 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Tue, 2 Jun 2020 18:25:56 +0200 Subject: [PATCH] #3436 BBTK Feature New Normal - Clean SegmentationConnectivity --- packages/vtk/src/bbvtkSegmentationConnectivity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,""); -- 2.45.1