[vtkusers] Real-Time Image Warping

David Gobbi david.gobbi at gmail.com
Thu Apr 8 10:48:57 EDT 2010


Hi Jorge,

For real-time image warping in VTK, you would probably have to go with
256x256 images in order to achieve the 10Hz goal that you are aiming
for.  For warping a 512x512x100 volume in real time, I think your only
option would be to use the GPU.

   David


On Thu, Apr 8, 2010 at 4:38 AM, Jorge Ballesteros
<jballesteros at motivando.me> wrote:
> Hello all,
>
> I have been trying to perform a real-time image warping with no success.  I
> have managed to warp a 512x512x100 Image but the computation time it takes
> is very high. Then I extracted a portion of the image, just 3 slices and
> warped the image but still don't meet real-time requirements.
>
> FYI i have been following VTK Examples, Hybrid/Testing/TestGridWarp3d.tcl,
> using the vtkImageReslice class with a vtkGridTransform as the input
> transform and a 512x512x3 input image, obtaining a ~10 Hz frame rate.
>
> Don't know if there is any other way on doing this. It would be really
> helpful if you could point me on how to achieve it.
>
> Thanks,
>
> Jorge
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>



More information about the vtkusers mailing list