Medical Imaging Interaction Toolkit
2025.08.99-f7084adb
Medical Imaging Interaction Toolkit
|
This tool maps a medical image or segmentation into a target geometry using an optional registration file and image interpolation method. It supports optional output geometry templates, padding, and super-sampling.
Argument | Short | Type | Description |
---|---|---|---|
--input | -i | File | Input image file to be mapped |
--output | -o | File | Output path for the mapped image |
Argument | Short | Type | Description |
---|---|---|---|
--registration | -r | File | Path to registration file (default: identity) |
--template | -t | File | Reference image that defines output geometry (default: input geometry) |
--interpolator | -n | Integer | Interpolation type (default: 2) |
1: Nearest Neighbour | |||
2: Linear | |||
3: BSpline3 | |||
4: WSinc Hamming | |||
5: WSinc Welch | |||
--padding | -p | Float | Padding value for unmapped voxels (default: 0.0) |
--super-sampling | -s | List | Super-sampling factor(s): 1 or 3 values allowed |
--help | -h | Flag | Print help information and exit |