]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Image/Functors/RegionGrowThresholdFunction.h
...
[FrontAlgorithms.git] / lib / fpa / Image / Functors / RegionGrowThresholdFunction.h
index f43ad2c453ceabaad18e9cc9cff7314b6531a3d2..55a5d53b7fc63b53f88b59a8442b5b38e109607e 100644 (file)
@@ -45,6 +45,7 @@ namespace fpa
         virtual bool Evaluate( const TIndex& idx ) const
           {
             const I* img = this->GetSpace( );
+
             if( img != NULL )
             {
               TPixel v = img->GetPixel( idx );