[ITK-users] Visualize Intermediate result of ITK registration in vtk

Dženan Zukić dzenanz at gmail.com
Mon Jan 4 10:07:48 EST 2016


Hi Vishal,

You could perhaps have a static pointer to your VTK render window, which
you could then just access from the Execute method (and have ITK optimizer
as a parameter).

HTH,
Dženan

On Tue, Dec 29, 2015 at 11:34 PM, vishal <itkhelpacc at gmail.com> wrote:

> hi Dženan,
> thank you for ur help...But i have another doubt.. In the registration
> algorithms in ITK in order to print the optimizer result, the optimizer
> object is passed to the Execute() callback function.. to my understanding
> only one object and one event object can be send to Execute()... inorder to
> update my VTK render window il have to pass two objects (one ITK optimizer
> and VTK renderer object) as argument to Execute()...get the transform from
> the optimizer parameter and apply transform as you have suggested to the
> VTK
> object... This is where im having confusion.. How to achieve this? Is my
> understanding about the registration algorithm correct? Please help me
> out...
> Regards
> Vishal
>
>
>
> --
> View this message in context:
> http://itk-users.7.n7.nabble.com/Visualize-Intermediate-result-of-ITK-registration-in-vtk-tp36590p36592.html
> Sent from the ITK - Users mailing list archive at Nabble.com.
> _____________________________________
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20160104/bbf2d157/attachment.html>


More information about the Insight-users mailing list