X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2Ffpa%2FImage%2FRegionGrowWithMultipleThresholds.hxx;fp=lib%2Ffpa%2FImage%2FRegionGrowWithMultipleThresholds.hxx;h=4725c549102e042b1155d4951cb709b237813231;hb=79df4abfecefc36c0dfca7d9f6f2978882de95dc;hp=2e8c995c20d26ece1a8992b09c2c703f0d604a9c;hpb=b63dc485b7255d1ab70ff72096beafe13a71f1be;p=FrontAlgorithms.git diff --git a/lib/fpa/Image/RegionGrowWithMultipleThresholds.hxx b/lib/fpa/Image/RegionGrowWithMultipleThresholds.hxx index 2e8c995..4725c54 100644 --- a/lib/fpa/Image/RegionGrowWithMultipleThresholds.hxx +++ b/lib/fpa/Image/RegionGrowWithMultipleThresholds.hxx @@ -231,6 +231,8 @@ _Mark( const _TNode& n ) diff /= double( f->GetUpperThreshold( ) ) - double( hIt->first ); if( diff > this->m_LastDiff ) { + /* TODO: comment this for demo purposes + */ this->m_StopForced = true; this->m_StopThreshold = hIt->first;