RNiftyReg
Image Registration Using the 'NiftyReg' Library
Medical image registration, maintained with unusual care for other people's conventions.
◆Recent moves
- 5mo ago
saveTransform() returns the serialised object instead of erroring
Fixes single-argument saveTransform() to behave as documented, and avoids a C++20 comparison warning. Also drops a README upgrade section for a release line ten years gone, which is a fair marker of how settled the package is.
View source ↗ - 1y ago
FSL-FLIRT transform import no longer flips images
Handles the FLIRT quirk of flipping images whose xforms have positive determinant, which could silently mis-apply transforms between LAS and RAS oriented images. The substantive fix in the window, and a good illustration of where this package's real work sits.
View source ↗ - 2y ago
Removed a class method referencing a nonexistent data member
A correctness fix surfaced by an LLVM pre-release and reported through CRAN's compiler checks. Routine upkeep against moving toolchains.
View source ↗ - 2y ago
asAffine() convenience method added for niftyregRDS objects
Adds a small conversion method and ensures loadTransform() results carry the affine class. Ergonomic tidying of the transform object contract.
View source ↗