X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FCTBronchi%2FMoriLabelling.h;h=eecb4ad52910e2aa11df53acea7a1a79cf8a4268;hb=e97624b0f1db169d85337d9045bce1bbd83f72e4;hp=b51cfeb1ee363174e2b8927f50189432d9da6690;hpb=e69d65c084b579e4014cf35688eae78a9a397834;p=FrontAlgorithms.git diff --git a/appli/CTBronchi/MoriLabelling.h b/appli/CTBronchi/MoriLabelling.h index b51cfeb..eecb4ad 100644 --- a/appli/CTBronchi/MoriLabelling.h +++ b/appli/CTBronchi/MoriLabelling.h @@ -50,9 +50,6 @@ namespace CTBronchi itkGetConstMacro( InsideLabel, TOutputValue ); itkSetMacro( InsideLabel, TOutputValue ); - itkGetConstMacro( OutsideLabel, TOutputValue ); - itkSetMacro( OutsideLabel, TOutputValue ); - public: const TLabelImage* GetInputLabelImage( ) const; void SetInputLabelImage( TLabelImage* image ); @@ -63,6 +60,9 @@ namespace CTBronchi TInputValue GetUpperThreshold( ) const; void SetUpperThreshold( TInputValue t ); + TOutputValue GetOutsideValue( ) const; + void SetOutsideLabel( TOutputValue o ); + protected: MoriLabelling( ); virtual ~MoriLabelling( ); @@ -77,7 +77,6 @@ namespace CTBronchi protected: TOutputValue m_InsideLabel; - TOutputValue m_OutsideLabel; }; } // ecapseman