From colddiesun at gmail.com Wed Jan 16 14:23:44 2019 From: colddiesun at gmail.com (tao sun) Date: Wed, 16 Jan 2019 14:23:44 -0500 Subject: [ITK] [ITK-users] itk::cudaimage cast to itk::image Message-ID: 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. I wonder if there is any way I can convert it to itk::CudaImage? Thanks, Tao -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- 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 From dzenanz at gmail.com Wed Jan 16 18:47:14 2019 From: dzenanz at gmail.com (=?UTF-8?B?RMW+ZW5hbiBadWtpxIc=?=) Date: Wed, 16 Jan 2019 18:47:14 -0500 Subject: [ITK] [ITK-users] itk::cudaimage cast to itk::image In-Reply-To: References: Message-ID: Hi Tao, you should post the question on the forum . Regards, D?enan On Wed, Jan 16, 2019 at 2:24 PM tao sun wrote: > 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. I wonder if there is any > way I can convert it to itk::CudaImage? > > Thanks, > Tao > > > 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- 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