[ITK-users] output of connected threshold

Surya Prakash ds_prakash at rediffmail.com
Thu Feb 19 04:47:54 EST 2015


Hello,
I am making an interactive region growing application using connectedThreshold. Seed point etc I want to collect interactively. After collecting the inputs, I will execute something like this.

	 smoothing->SetInput( reader->GetOutput() );
	connectedThreshold->SetInput( smoothing->GetOutput() );

I want to access the output by calling connectedThreshold->GetOutput()

How I can access the output (In memory), so that I can render it on the original image. I am making MFC application.

Thanks & regards
Prakash

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20150219/f4c12ff6/attachment.html>


More information about the Insight-users mailing list