X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FCTBronchi%2FMoriLabelling.cxx;h=70ad18f7e9778a952d1929650bd549a8ab6b8e22;hb=1f1f72ac253fc553fe715ffd08f69c7526b92ce4;hp=b2c901baf8fd06f980b2eec9142cad55bc16290c;hpb=4daffc93df1565a88ca3eae48567475a6fba8319;p=FrontAlgorithms.git diff --git a/appli/CTBronchi/MoriLabelling.cxx b/appli/CTBronchi/MoriLabelling.cxx index b2c901b..70ad18f 100644 --- a/appli/CTBronchi/MoriLabelling.cxx +++ b/appli/CTBronchi/MoriLabelling.cxx @@ -30,7 +30,7 @@ int main( int argc, char* argv[] ) _TStringArg labels( "l", "labels", "Input labels", true, "", "file" ); _TStringArg vesselness( "v", "vesselness", "Input vesselness", true, "", "file" ); _TStringArg out( "o", "output", "Output image", true, "", "file" ); - _TRealArg vThr( "a", "vesselness_thr", "Vesselness threshold", false, 0.05, "value (0.05)" ); + _TRealArg vThr( "a", "vesselness_thr", "Vesselness threshold (%)", false, 5, "value (5)" ); _TPixelArg uThr( "u", "upper_thr", "Upper threshold", false, -400, "value (-400)" ); try {