[Rtk-users] Projections reader
Ali ghorbanian
e.a.gh72 at gmail.com
Tue Apr 16 06:51:28 EDT 2019
How can I manually type the address for reading the Projections in the
following code?
GGO(rtkprojections, args_info);
typedef float OutputPixelType;
const unsigned int Dimension = 3;
typedef itk::Image<OutputPixelType,Dimension > OutputImageType;
// Projections reader
typedef rtk::ProjectionsReader< OutputImageType > ReaderType;
ReaderType::Pointer reader = ReaderType::New();
rtk::SetProjectionsReaderFromGgo<ReaderType,
args_info_rtkprojections>(reader, args_info);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/rtk-users/attachments/20190416/31a7e9b9/attachment.html>
More information about the Rtk-users
mailing list