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);
_______________________________________________ Rtk-users mailing list [email protected] https://public.kitware.com/mailman/listinfo/rtk-users
