]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Image/RegionGrowWithMultipleThresholds.hxx
A dijkstra example added
[FrontAlgorithms.git] / lib / fpa / Image / RegionGrowWithMultipleThresholds.hxx
index e9ea4566b6ef59791d567f8d86b5a14f659e51aa..2e8c995c20d26ece1a8992b09c2c703f0d604a9c 100644 (file)
@@ -93,6 +93,7 @@ _BeforeMainLoop( )
       if( it.GetPixel( i ) < min_value )
       {
         seed.Vertex = it.GetIndex( i );
+        seed.Parent = seed.Vertex;
         min_value = it.GetPixel( i );
 
       } // fi