#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
#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
#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
#Date : Tue 28 April 2009 16.35
Package "clitk"
-Version "Morphological operations"
+Version "Perform standard morphological operations"
option "config" - "Config file" string no
#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
#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