From: dsarrut Date: Fri, 23 Jul 2010 14:13:00 +0000 (+0000) Subject: change 'Package' to 'package' (do not compile on certain gengetopt) X-Git-Tag: v1.2.0~488 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=84aa70d26f13d3a436a241c1ce1ac554c25f3146;p=clitk.git change 'Package' to 'package' (do not compile on certain gengetopt) --- diff --git a/segmentation/clitkAnd.ggo b/segmentation/clitkAnd.ggo index 73f94e0..8455845 100755 --- a/segmentation/clitkAnd.ggo +++ b/segmentation/clitkAnd.ggo @@ -1,5 +1,5 @@ #File clitkAnd.ggo -Package "clitkAnd" +package "clitkAnd" version "1.0" purpose "Perform a pixel-wise logical AND between to images" diff --git a/segmentation/clitkCalculateDistanceMap.ggo b/segmentation/clitkCalculateDistanceMap.ggo index 372a103..cf9ddac 100755 --- a/segmentation/clitkCalculateDistanceMap.ggo +++ b/segmentation/clitkCalculateDistanceMap.ggo @@ -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" diff --git a/segmentation/clitkDecomposeAndReconstruct.ggo b/segmentation/clitkDecomposeAndReconstruct.ggo index 4b63d77..51a0082 100755 --- a/segmentation/clitkDecomposeAndReconstruct.ggo +++ b/segmentation/clitkDecomposeAndReconstruct.ggo @@ -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)." diff --git a/segmentation/clitkFillImageRegion.ggo b/segmentation/clitkFillImageRegion.ggo index 6426d47..469df5b 100755 --- a/segmentation/clitkFillImageRegion.ggo +++ b/segmentation/clitkFillImageRegion.ggo @@ -1,5 +1,5 @@ #File clitkFillImageRegion.ggo -Package "clitkFillImageRegion" +package "clitkFillImageRegion" version "1.0" purpose "" diff --git a/segmentation/clitkLevelSetSegmentation.ggo b/segmentation/clitkLevelSetSegmentation.ggo index 5752fe3..42048e9 100755 --- a/segmentation/clitkLevelSetSegmentation.ggo +++ b/segmentation/clitkLevelSetSegmentation.ggo @@ -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." diff --git a/segmentation/clitkMorphoMath.ggo b/segmentation/clitkMorphoMath.ggo index bb3f0ef..3006d18 100755 --- a/segmentation/clitkMorphoMath.ggo +++ b/segmentation/clitkMorphoMath.ggo @@ -2,8 +2,8 @@ #Author: Jef Vandemeulebroucke #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 diff --git a/segmentation/clitkMorphoReconstruction.ggo b/segmentation/clitkMorphoReconstruction.ggo index 5914cea..fbcb78d 100755 --- a/segmentation/clitkMorphoReconstruction.ggo +++ b/segmentation/clitkMorphoReconstruction.ggo @@ -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." diff --git a/segmentation/clitkMotionMask.ggo b/segmentation/clitkMotionMask.ggo index 66593bd..c60afb0 100755 --- a/segmentation/clitkMotionMask.ggo +++ b/segmentation/clitkMotionMask.ggo @@ -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." diff --git a/segmentation/clitkRegionGrowing.ggo b/segmentation/clitkRegionGrowing.ggo index f1d2373..59cb77c 100755 --- a/segmentation/clitkRegionGrowing.ggo +++ b/segmentation/clitkRegionGrowing.ggo @@ -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"