acoussat

Results 5 issues of acoussat

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...

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?...

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...

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...

Hi! I noticed a behavior that seems strange: I get a segmentation violation whenever I try to set the attributes on a `DigitizerHitsCollectionActor`. For instance, when I try to run...