X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractMediastinalVessels.ggo;h=77bd309988d39eac91c130421ccc2f463e5d0821;hb=28824c52796db574817d6878decd0089cd64edb8;hp=718c24ee06e92f1fd3f306c2481d4d28c32a0e17;hpb=08d1fd56ac1d08bd228d9e557f5472a395e9b708;p=clitk.git diff --git a/segmentation/clitkExtractMediastinalVessels.ggo b/segmentation/clitkExtractMediastinalVessels.ggo index 718c24e..77bd309 100644 --- a/segmentation/clitkExtractMediastinalVessels.ggo +++ b/segmentation/clitkExtractMediastinalVessels.ggo @@ -16,6 +16,17 @@ section "I/O" option "afdb" a "Input Anatomical Feature DB" string yes option "input" i "Input CT filename" string yes -option "output" o "Output folder" string yes +option "output" o "Output filename" string yes +option "seed" s "Seed point name in AFDB" string yes +option "name" n "Name of the vessels to sought" string yes -option "threshold" t "Initial threshold" double default="140" no +option "thresholdHigh" t "Initial high threshold" double default="140" no +option "thresholdLow" l "Initial low threshold" double default="55" no +option "erode" e "Erosion radius in pixel" int default="2" no +option "dilate" d "Dilatation radius in pixel" int default="9" no +option "maxPost" - "Max distance post to Carina" double default="10" no +option "maxAnt" - "Max distance ant to Carina" double default="40" no +option "maxLeft" - "Max distance left to Carina" double default="35" no +option "maxRight" - "Max distance right to Carina" double default="35" no +option "bif" - "Max number of bifurcation during traking" int default="0" no +option "open" - "Final opening radius" int default="1" no \ No newline at end of file