]> Creatis software - clitk.git/commitdiff
Added comment
authorjef <jef>
Thu, 22 Jul 2010 16:24:20 +0000 (16:24 +0000)
committerjef <jef>
Thu, 22 Jul 2010 16:24:20 +0000 (16:24 +0000)
segmentation/clitkAnd.ggo
segmentation/clitkDecomposeAndReconstruct.ggo
segmentation/clitkLevelSetSegmentation.ggo
segmentation/clitkMorphoMath.ggo
segmentation/clitkMotionMask.ggo
segmentation/clitkRegionGrowing.ggo

index 06b4bb11378547ca0cc9b9f787d5652a2d466027..73f94e0088dbc7c8d79fdf58341a2ca65246a380 100755 (executable)
@@ -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
index fb7dc8a39ebc4e6f769c489e0c51fa486efef43b..4b63d77c8b0beb436d59aa710259a90fe6d0ecc5 100755 (executable)
@@ -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
index 3409517a20129f322f8ddef176233e87ec7be19c..5752fe34bdb7838ae039794569d30b6d89fc46cc 100755 (executable)
@@ -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
index c672604d1f5c2868466310d71c846b7bc69b397b..bb3f0ef6efe095d6c3ac5c32a00ca5d9b84545eb 100755 (executable)
@@ -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
 
index 9d059b7acd92fa2bcde887fe651af9b650a59d67..66593bd9a5de33689b668c73c536e818e05db1fc 100755 (executable)
@@ -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
index 921c332ec943ce0262273a51c333b7c56ef89865..f1d237369ef7bf3b7c6659c6bfc199bd4f93a52e 100755 (executable)
@@ -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