#File clitkAnd.ggo
-Package "clitkAnd"
+package "clitkAnd"
version "1.0"
purpose "Perform a pixel-wise logical AND between to images"
#File clitkCalculateDistanceMap.ggo
-Package "clitkCalculateDistanceMap"
+package "clitkCalculateDistanceMap"
version "1.0"
purpose "Calculate the distance map(float) of a binary image: Signed Danielsson Distance Map filter or Fast Marching filter"
#File clitkDecomposeAndReconstruct.ggo
-Package "clitkDecomposeAndReconstruct"
+package "clitkDecomposeAndReconstruct"
version "1.0"
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)."
#File clitkFillImageRegion.ggo
-Package "clitkFillImageRegion"
+package "clitkFillImageRegion"
version "1.0"
purpose ""
#File clitkLevelSetSegmentation.ggo
-Package "clitkLevelSetSegmentation"
+package "clitkLevelSetSegmentation"
version "1.0"
purpose "Perform a levelset segmentation. Standard preprocessing is available to create the feature image."
#Author: Jef Vandemeulebroucke <jefvdmb@gmail.com>
#Date : Tue 28 April 2009 16.35
-Package "clitk"
-Version "Perform standard morphological operations"
+package "clitk"
+version "Perform standard morphological operations"
option "config" - "Config file" string no
#File clitkMorphoReconstruction.ggo
-Package "clitkMorphoReconstruction"
+package "clitkMorphoReconstruction"
version "1.0"
purpose "Morphological reconstruction: restore a marker image by preserving regions and using a mask image. For opening and closing, the mask is the original image."
#File clitkMotionMask.ggo
-Package "clitkMotionMask"
+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, Vandemeulebroucke2010, ICCR. More elaborate methods for extracting the feature images have been incude in clitkExtract*, with *=Lungs,Bones,Patient."
#File clitkRegionGrowing.ggo
-Package "clitkRegionGrowing"
+package "clitkRegionGrowing"
version "1.0"
purpose "Region growing from a seed point using various types of conditions to control the growing"