[Insight-users] level set pipeline
ilker hacıhaliloğlu
hacihaliloglu at gmail.com
Mon Dec 19 01:52:22 EST 2005
hi all
i am using the level segmentation methods i am just wondering if i can
construct a pipeline like this one ??
smoothing->SetInput( reader->GetOutput() );
gradientMagnitude->SetInput( smoothing->GetOutput() );
sigmoid->SetInput( gradientMagnitude->GetOutput() );
fastMarching->SetInput( sigmoid->GetOutput() );
thresholdSegmentation->SetInput( fastMarching->GetOutput() );
thresholdSegmentation->SetFeatureImage( reader->GetOutput() );
geodesicActiveContour->SetInput( thresholdSegmentation->GetOutput() );
geodesicActiveContour->SetFeatureImage( sigmoid->GetOutput() );
thresholder->SetInput( geodesicActiveContour->GetOutput() );
writer->SetInput( thresholder->GetOutput() );
--
------------------------------------------------------------------
'.....ich möchte mir eine ader öffnen, die mir die ewige freiheit
schaffte....'
--------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20051218/7527134a/attachment.html
More information about the Insight-users
mailing list