]> Creatis software - FrontAlgorithms.git/blobdiff - appli/CTBronchi/MoriLabelling.h
...
[FrontAlgorithms.git] / appli / CTBronchi / MoriLabelling.h
index f9adb5ce8ea9de58bd51f22a3dcd9b293bd31372..1481d73807cb601cf9808773daf9d337549b44dc 100644 (file)
@@ -91,7 +91,7 @@ namespace CTBronchi
         minMax->SetImage( this->GetInputVesselness( ) );
         minMax->Compute( );
         this->m_MinVesselness =
-          ( 1.0  - ( this->m_VesselnessThreshold / double( 100 ) ) ) *
+          ( this->m_VesselnessThreshold / double( 100 ) ) *
           double( minMax->GetMaximum( ) );
       }