[Rtk-users] Projections reader

Simon Rit simon.rit at creatis.insa-lyon.fr
Tue Apr 16 09:42:51 EDT 2019


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 <e.a.gh72 at gmail.com> 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
> Rtk-users at public.kitware.com
> https://public.kitware.com/mailman/listinfo/rtk-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/rtk-users/attachments/20190416/2f3a3e42/attachment.html>


More information about the Rtk-users mailing list