[Insight-users] GeodesicActiveContours still an unsolved problem

Ella Maria Kadas ella_kadas at yahoo.com
Mon Feb 14 08:33:33 EST 2011


I still don't really understand what does FastMarchingFilter get as input. I tried the FastMarchingFilter example from ITK/Segmentation and i don't see how providing only the output of the Sigmoid Filter and seed points i only get a black image.I tried to use the SignedDanielssonDistanceFilter and the Image that i get from it looks pretty good. so i used

        smoothing->SetInput([itkImage itkImporter]->GetOutput() );
	gradientMagnitude->SetInput( smoothing->GetOutput() );
	sigmoid->SetInput( gradientMagnitude->GetOutput() );
	
	geodesicActiveContour->SetInput( distanceMap->GetOutput() );
	geodesicActiveContour->SetFeatureImage( sigmoid->GetOutput() );
	
	thresholder->SetInput( geodesicActiveContour->GetOutput() );and update the threshold.But the result is still a black image. Any ideea what am i still doing so wrong.Thanks in advance,   Ella



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20110214/6395f1f5/attachment.htm>


More information about the Insight-users mailing list