]> Creatis software - FrontAlgorithms.git/blobdiff - appli/examples/example_ImageAlgorithm_Skeletonization.cxx
More tests
[FrontAlgorithms.git] / appli / examples / example_ImageAlgorithm_Skeletonization.cxx
index 98023c5353fec0bae3708ffd7045a55df4cbd29c..e0121bd6ba9c173d41a532a56e6d0cb0c507e1b8 100644 (file)
@@ -108,7 +108,7 @@ int main( int argc, char* argv[] )
   {
     // Configure observer
     TSegmentorObs::Pointer obs = TSegmentorObs::New( );
-    obs->SetImage( input_image, view.GetWindow( ) );
+    obs->SetRenderWindow( view.GetWindow( ) );
     segmentor->AddObserver( itk::AnyEvent( ), obs );
     segmentor->ThrowEventsOn( );
   }