]> Creatis software - clitk.git/commitdiff
change 'Package' to 'package' (do not compile on certain gengetopt)
authordsarrut <dsarrut>
Fri, 23 Jul 2010 14:13:00 +0000 (14:13 +0000)
committerdsarrut <dsarrut>
Fri, 23 Jul 2010 14:13:00 +0000 (14:13 +0000)
segmentation/clitkAnd.ggo
segmentation/clitkCalculateDistanceMap.ggo
segmentation/clitkDecomposeAndReconstruct.ggo
segmentation/clitkFillImageRegion.ggo
segmentation/clitkLevelSetSegmentation.ggo
segmentation/clitkMorphoMath.ggo
segmentation/clitkMorphoReconstruction.ggo
segmentation/clitkMotionMask.ggo
segmentation/clitkRegionGrowing.ggo

index 73f94e0088dbc7c8d79fdf58341a2ca65246a380..8455845903c2ceb363a9c768cc6fae7758aae162 100755 (executable)
@@ -1,5 +1,5 @@
 #File clitkAnd.ggo
-Package "clitkAnd"
+package "clitkAnd"
 version "1.0"
 purpose "Perform a pixel-wise logical AND between to images"
 
index 372a10304e75f285e9344ee3667487e619d6e237..cf9ddace156a7afa0e4dd8c8e960524c0dd63f4c 100755 (executable)
@@ -1,5 +1,5 @@
 #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"
 
index 4b63d77c8b0beb436d59aa710259a90fe6d0ecc5..51a00827fa8f527454a8893e5dea4305faf5b366 100755 (executable)
@@ -1,5 +1,5 @@
 #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)."
 
index 6426d47c460fd758a3330efe926aebc522cdf240..469df5b485bbe4c67125e6eb6bf4f92d6054c6a2 100755 (executable)
@@ -1,5 +1,5 @@
 #File clitkFillImageRegion.ggo
-Package "clitkFillImageRegion"
+package "clitkFillImageRegion"
 version "1.0"
 purpose ""
 
index 5752fe34bdb7838ae039794569d30b6d89fc46cc..42048e9110570f562bb8284ccc7ac2474f93249d 100755 (executable)
@@ -1,5 +1,5 @@
 #File clitkLevelSetSegmentation.ggo
-Package "clitkLevelSetSegmentation"
+package "clitkLevelSetSegmentation"
 version "1.0"
 purpose "Perform a levelset segmentation. Standard preprocessing is available to create the feature image."
 
index bb3f0ef6efe095d6c3ac5c32a00ca5d9b84545eb..3006d18e201a88089f453f6bc183d97b0d40f0ce 100755 (executable)
@@ -2,8 +2,8 @@
 #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
 
index 5914cea356211676f9996c2852db4ee72426fe0e..fbcb78d7f80f60ec3c02f06168c8ae41c47d1181 100755 (executable)
@@ -1,5 +1,5 @@
 #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."
 
index 66593bd9a5de33689b668c73c536e818e05db1fc..c60afb01fccee5cedeeccb44ade6642c51ac0f9b 100755 (executable)
@@ -1,5 +1,5 @@
 #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."
 
index f1d237369ef7bf3b7c6659c6bfc199bd4f93a52e..59cb77c60a90a775aa080cca262b40d5574a4073 100755 (executable)
@@ -1,5 +1,5 @@
 #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"