[ITK] [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/community/attachments/20150219/f4c12ff6/attachment.html>
-------------- next part --------------
_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/insight-users


More information about the Community mailing list