X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Ffpa%2FImage%2FRegionGrowWithMultipleThresholds.hxx;h=4725c549102e042b1155d4951cb709b237813231;hb=1aff59e7c480d7448c63694da6f30e3dfb022edf;hp=2e8c995c20d26ece1a8992b09c2c703f0d604a9c;hpb=c7563ffe89c76b52736c3bd6bb2d5e6fac009cdd;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;