]> Creatis software - FrontAlgorithms.git/blobdiff - lib/fpa/Filters/Image/SeedsFromLabelsInterface.hxx
...
[FrontAlgorithms.git] / lib / fpa / Filters / Image / SeedsFromLabelsInterface.hxx
index 8f58ba439b42e8030cd66891302e1d4cf9e1874c..908bd1a2c238494478bc0a0ca58dc26b3745ea44 100644 (file)
@@ -64,7 +64,7 @@ _PrepareSeeds( const itk::DataObject* reference )
         node.Vertex = lIt.GetIndex( );
         node.Parent = lIt.GetIndex( );
         node.FrontId = lIt.Get( );
-        node.Value = TOutputValue( 0 );
+        node.Value = lIt.Get( );
         if( !is_seed )
         {
           this->_AssignOutputValue( node );