[ITK-users] output of connected threshold
Surya Prakash
ds_prakash at rediffmail.com
Thu Feb 19 23:11:36 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/20150220/20a59c2d/attachment.html>
More information about the Insight-users
mailing list