Replace rtk::SetProjectionsReaderFromGgo by the code you would like to use, based on its c++ code <https://github.com/SimonRit/RTK/blob/master/include/rtkGgoFunctions.h#L179> .
On Tue, Apr 16, 2019 at 12:51 PM Ali ghorbanian <[email protected]> wrote: > 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 >
_______________________________________________ Rtk-users mailing list [email protected] https://public.kitware.com/mailman/listinfo/rtk-users
