]> Creatis software - FrontAlgorithms.git/blobdiff - appli/CTArteries/algorithms/RandomWalkLabelling.hxx
...
[FrontAlgorithms.git] / appli / CTArteries / algorithms / RandomWalkLabelling.hxx
index de662f1e2f533a2c8f64d740391b2312a57696dc..28e7a47f6a9c1e58c7174bfe395c77d2a337c9dc 100644 (file)
@@ -63,8 +63,8 @@ RandomWalkLabelling( )
     m_UpperThreshold( double( 0 ) ),
     m_MaxCost( std::numeric_limits< TScalar >::max( ) )
 {
-  fpaFilterInputConfigureMacro( InputCosts, TCostsImage );
-  fpaFilterInputConfigureMacro( InputPath, TPath );
+  ivqITKInputConfigureMacro( InputCosts, TCostsImage );
+  ivqITKInputConfigureMacro( InputPath, TPath );
   this->SetOutsideLabel( TLabel( 2 ) );
 }