RTK
RTK copied to clipboard
Reconstruction Toolkit
First attempt for an implementation of Katsevich algorithm as described in the paper "Exact helical reconstruction using native cone-beam geometries", Noo et al., PMB, 2003. Both flat panel and curved...
Hi! I am trying to use `FieldOfViewImageFilter` from three files of mine: `phantom.mha`, `geo.xml` and `projections.mha` (available [here](https://www.creatis.insa-lyon.fr/~coussat/files.zip)). The following command line works and produces the expected result: ```bash rtkfieldofview...
Implementation of variance reconstruction with a new FFTVarianceRampImageFilter and modifications to FFTRampImageFilter and FDKWeightProjectionFilter.
First attempt at creating a filter to compute the Hilbert transform of an image. A few questions: - there are no tests of this new filter; should I write some?...
This is not always the case, e.g. with rtk::ProjectGeometricPhantomImageFilter
I noticed that, when running `rtkramp -p . -r projection.mha -o /tmp/ramp.mha -v`, the progress reporting output lacks the trailing newline, even though [it should be accounted for](https://github.com/SimonRit/RTK/blob/83e0b88bd27b879ca127b5a5798984d7c9029dce/include/rtkProgressCommands.h#L118). Playing a...
See the [conversation](https://public.kitware.com/pipermail/rtk-users/2020-November/011032.html) on the mailing list. This code ```bash rtksimulatedgeometry -v -o geometry_sx_220_600.xml -a 220 -f -110 -n 300 --sid 1172.2 --sdd 1672.2 --proj_iso_x 60 --source_x 60 rtkprojectshepploganphantom -g...
I'm trying to compile RTK with the latest version of both RTK (83e0b88bd27b879ca127b5a5798984d7c9029dce) and ITK (InsightSoftwareConsortium/ITK@71c0bb375a3fcbc909e20e20c57bbfe6a672dd0b). When trying to configure the project using `ccmake`, and right after selecting the path...
Hello, When I tried to use filters from the module _itk.ITKRegistrationCommonPython_ in Python I got this error: ``` Traceback (most recent call last): File "/export/home/arobert/Documents/code/src/algo/registration.py", line 13, in trans_registration =...