|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
MitkSplit4Dto3DImage is a command-line application provided by the Medical Imaging Interaction Toolkit (MITK) for splitting a 4D image into separate 3D images per time point. This tool is useful for dynamic image analysis or when further processing must be applied to individual time frames.
All temporo-spatial properties associated with the input image are preserved and transferred to the respective time-point outputs when possible.
| Argument | Short | Type | Description |
|---|---|---|---|
| –input | -i | File | Path to the input 4D image file. If the image has only one time point, it will be saved directly as the output. |
| –output | -o | File path (pattern) | Output file path pattern. For multiple time steps, a numeric suffix (_0, _1, etc.) is added before the extension. |
| Argument | Short | Type | Description |
|---|---|---|---|
| –help | -h | Flag | Show help text and usage information. |
If the input image contains more than one time step, the output filenames will be generated by appending the time step index to the base output filename:
For example, for output pattern result.nrrd, and an input with 3 time steps:
result_0.nrrdresult_1.nrrdresult_2.nrrdIf the input image contains only one time step, the output will be saved as is, with no suffix added.
Temporo-spatial properties from the input image are preserved and transferred to the corresponding output images when possible:
TemporoSpatialStringProperty interface.What happens:
dynamic_image.nii.gz is saved as a separate file:time_frame_0.nrrdtime_frame_1.nrrdNotes:
What happens:
result.nrrd without modification or suffix.All image formats supported by MITK:
.nrrd, .nii, .nii.gz, .mhd, .mha, .dcm (via DICOM plugin), etc..nrrd, .nii, .nii.gz, .mhd, .mha, depending on the file extension provided.