From: jef Date: Thu, 22 Jul 2010 16:24:20 +0000 (+0000) Subject: Added comment X-Git-Tag: v1.2.0~496 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=41e04b9629105d52b2241a1f7008ffd440ea7e46;p=clitk.git Added comment --- diff --git a/segmentation/clitkAnd.ggo b/segmentation/clitkAnd.ggo index 06b4bb1..73f94e0 100755 --- a/segmentation/clitkAnd.ggo +++ b/segmentation/clitkAnd.ggo @@ -1,7 +1,7 @@ #File clitkAnd.ggo Package "clitkAnd" version "1.0" -purpose "" +purpose "Perform a pixel-wise logical AND between to images" option "config" - "Config file" string no option "verbose" v "Verbose" flag off diff --git a/segmentation/clitkDecomposeAndReconstruct.ggo b/segmentation/clitkDecomposeAndReconstruct.ggo index fb7dc8a..4b63d77 100755 --- a/segmentation/clitkDecomposeAndReconstruct.ggo +++ b/segmentation/clitkDecomposeAndReconstruct.ggo @@ -1,7 +1,7 @@ #File clitkDecomposeAndReconstruct.ggo Package "clitkDecomposeAndReconstruct" version "1.0" -purpose "Erode a binary image to decompose into different labels, keeping a record of the eroded regions (erosion padding value). Dilate all labels of a label image separately, only dilating the marked regions (erosion padding value)." +purpose "Decompose through erosion, and reconstruct through dilation. Erode a binary image to decompose into different labels, keeping a record of the eroded regions (=erosion padding value). Dilate all labels of a label image separately, only dilating the marked regions (erosion padding value)." option "config" - "Config file" string no option "verbose" v "Verbose" flag off diff --git a/segmentation/clitkLevelSetSegmentation.ggo b/segmentation/clitkLevelSetSegmentation.ggo index 3409517..5752fe3 100755 --- a/segmentation/clitkLevelSetSegmentation.ggo +++ b/segmentation/clitkLevelSetSegmentation.ggo @@ -1,7 +1,7 @@ #File clitkLevelSetSegmentation.ggo Package "clitkLevelSetSegmentation" version "1.0" -purpose "" +purpose "Perform a levelset segmentation. Standard preprocessing is available to create the feature image." option "config" - "Config file" string no option "verbose" v "Verbose" flag off diff --git a/segmentation/clitkMorphoMath.ggo b/segmentation/clitkMorphoMath.ggo index c672604..bb3f0ef 100755 --- a/segmentation/clitkMorphoMath.ggo +++ b/segmentation/clitkMorphoMath.ggo @@ -3,7 +3,7 @@ #Date : Tue 28 April 2009 16.35 Package "clitk" -Version "Morphological operations" +Version "Perform standard morphological operations" option "config" - "Config file" string no diff --git a/segmentation/clitkMotionMask.ggo b/segmentation/clitkMotionMask.ggo index 9d059b7..66593bd 100755 --- a/segmentation/clitkMotionMask.ggo +++ b/segmentation/clitkMotionMask.ggo @@ -1,7 +1,7 @@ #File clitkMotionMask.ggo Package "clitkMotionMask" version "1.0" -purpose "From an input CT image (HU), extract feature images (air, ribs and lungs) and calculate the motion mask using levelsets" +purpose "From an input CT image (HU), extract feature images (air, ribs and lungs) and calculate the motion mask using levelsets, Vandemeulebroucke2010, ICCR. More elaborate methods for extracting the feature images have been incude in clitkExtract*, with *=Lungs,Bones,Patient." option "config" - "Config file" string no option "verbose" v "Verbose" flag off diff --git a/segmentation/clitkRegionGrowing.ggo b/segmentation/clitkRegionGrowing.ggo index 921c332..f1d2373 100755 --- a/segmentation/clitkRegionGrowing.ggo +++ b/segmentation/clitkRegionGrowing.ggo @@ -1,7 +1,7 @@ #File clitkRegionGrowing.ggo Package "clitkRegionGrowing" version "1.0" -purpose "Region growing from a seed point" +purpose "Region growing from a seed point using various types of conditions to control the growing" option "config" - "Config file" string no option "verbose" v "Verbose" flag off