[vtkusers] itk3D registration process tracked by vtk renderer?

Karthik Krishnan karthik.krishnan at kitware.com
Wed Oct 8 10:22:36 EDT 2008


On Wed, Oct 8, 2008 at 3:08 AM,  <klar1 at gmx.de> wrote:
> Hi,
> i posted this question already yesterday. Does anybody know if i can use itk Command/Observer to trigger vtk render function?

Yes you can, provided your ITK registration algorithm is working in
the same thread as the one the VTK render window was created in.

If not, you need to use a timer based strategy.

We've used both strategies in the past.

>
>>I want to track to progress of my registration program. My idea is instead of just using simple printout >from itk observer to render the fixed and moving image after each iteration.
>>So instead of an commandIterationUpdate() i want to trigger a vtk->render() after each iteration. Is >there any manual, book or tutorial where i can find something about it?
>>Thanks for your help!
>>Regards,
>
> thank you for your help!
> Oliver
> --
> Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>



-- 
Karthik Krishnan
R&D Engineer,
Kitware Inc.
Ph: 518 371 3971 x119
Fax: 518 371 3971



More information about the vtkusers mailing list