X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractLung.ggo;h=44b99a201f468840b8a1e9c12c5154562f098699;hb=2d9ef51e893a0b5b93d44a88594c9c76e4b61239;hp=98ddbd80d3dc29f1dcb53355d663a6dc7e1a4638;hpb=9e9bff2490b1ebdfb57c8e1bf4e359a51b12b77c;p=clitk.git diff --git a/segmentation/clitkExtractLung.ggo b/segmentation/clitkExtractLung.ggo index 98ddbd8..44b99a2 100644 --- a/segmentation/clitkExtractLung.ggo +++ b/segmentation/clitkExtractLung.ggo @@ -31,13 +31,17 @@ option "minSize" - "Minimum component size in voxels" int no default="1 section "Step 2 : find trachea" -option "skipslices" - "Number of slices to skip before searching seed" int no default="0" -option "upperThresholdForTrachea" - "Initial upper threshold for trachea" double no default="-900" -option "multiplierForTrachea" - "Multiplier for the region growing" double no default="5" -option "thresholdStepSizeForTrachea" - "Threshold step size" int no default="64" -option "seed" - "Index of the trachea seed point (in pixel, not in mm)" int no multiple -option "doNotCheckTracheaVolume" - "If set, do not check the trachea volume" flag off -option "verboseRG" - "Verbose RegionGrowing" flag off +option "type" - "trachea finding algorithm (0: original; 1: LOLA11)" int no default="0" +option "skipslices" - "0: Number of slices to skip before searching seed" int no default="0" +option "upperThresholdForTrachea" - "0: Initial upper threshold for trachea" double no default="-900" +option "multiplierForTrachea" - "0: Multiplier for the region growing" double no default="5" +option "thresholdStepSizeForTrachea" - "0: Threshold step size" int no default="64" +option "seed" - "0,1: Index of the trachea seed point (in pixel, not in mm)" int no multiple +option "doNotCheckTracheaVolume" - "0,1: If set, do not check the trachea volume" flag off +option "verboseRG" - "0,1: Verbose RegionGrowing" flag off +option "maxElongation" - "1: Maximum allowed elongation of candidate regions for the trachea" float no default="0.5" +option "numSlices" - "1: Number of slices to search for trachea" int no default="50" +option "seedPreProcessingThreshold" - "1: Threshold for the pre-processing step of the algorithm" int no default="-400" section "Step 3 : auto extract lung" @@ -63,5 +67,5 @@ option "dir" d "Directions (axes) to perform filling (defaults to 2 section "Step 7 : lung separation (labelling)" option "doNotSeparateLungs" - "Do not separate lungs if set" flag off - +option "removeSmallLabel" - "Remove small label (stomach?) before separation" flag on option "noAutoCrop" - "If set : do no crop final mask to BoundingBox" flag off