X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FCTBronchi%2FMoriLabelling.h;h=f9adb5ce8ea9de58bd51f22a3dcd9b293bd31372;hb=9817c556a0b8b5e3b332d45f07faa84d91afb2d0;hp=ff6553e8419ce05ec3fe151c46721daece56467f;hpb=4daffc93df1565a88ca3eae48567475a6fba8319;p=FrontAlgorithms.git diff --git a/appli/CTBronchi/MoriLabelling.h b/appli/CTBronchi/MoriLabelling.h index ff6553e..f9adb5c 100644 --- a/appli/CTBronchi/MoriLabelling.h +++ b/appli/CTBronchi/MoriLabelling.h @@ -63,7 +63,7 @@ namespace CTBronchi protected: MoriLabelling( ) : Superclass( ), - m_VesselnessThreshold( 0.05 ), + m_VesselnessThreshold( 5 ), m_UpperThreshold( -650 ) { ivqITKInputConfigureMacro( InputLabels, _TLabels ); @@ -91,7 +91,7 @@ namespace CTBronchi minMax->SetImage( this->GetInputVesselness( ) ); minMax->Compute( ); this->m_MinVesselness = - ( 1.0 - this->m_VesselnessThreshold ) * + ( 1.0 - ( this->m_VesselnessThreshold / double( 100 ) ) ) * double( minMax->GetMaximum( ) ); }