]> Creatis software - FrontAlgorithms.git/blobdiff - appli/CTBronchi/MoriLabelling.cxx
...
[FrontAlgorithms.git] / appli / CTBronchi / MoriLabelling.cxx
index b2c901baf8fd06f980b2eec9142cad55bc16290c..70ad18f7e9778a952d1929650bd549a8ab6b8e22 100644 (file)
@@ -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
   {