[ITK] [ITK-users] itk::cudaimage cast to itk::image

tao sun colddiesun at gmail.com
Wed Jan 16 14:23:44 EST 2019


Hi,

I have read in some image using  itk::ImportImageFilter.
 ImportFilterType::Pointer projectionReader = ImportFilterType::New();
...
 projectionReader->Update();

The type of the image is itk:::Image<float,3>. I wonder if there is any way
I can convert it to itk::CudaImage<float,3>?

Thanks,
Tao
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://itk.org/pipermail/community/attachments/20190116/641b20b0/attachment.html>
-------------- next part --------------
The ITK community is transitioning from this mailing list to discourse.itk.org. Please join us there!
________________________________
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:
https://itk.org/mailman/listinfo/insight-users


More information about the Community mailing list