Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
The Basic Image Processing Mini Apps bundle the functionality that is commonly neeeded for the processing of medical images. As all other MiniApps, they follow the Slicer Execution Model in describing themselves via xml. You can simply obtain a description by calling the MiniApp without any parameter. If the MiniApp is calles with the option "--xml" a XML description of all possible parameter is added.
Allows to convert a file from one type to another file type, for example to convert an image, saved in the nifti format to an image saved in the .nrrd format.
Calculates the forward wavelet transformation of an image. The output will consist of multiple images, which will be saved in the format <output>id%<output-extension>, where <output> and <output-extension> are specified by the user and id% is a consecutive number.
Mathematical operations with two operants, the individual voxels of the image and a specified floating point value. By default, the floating point value is the right operand.
Convert the data fromat that is used to save a voxel of an image.
Calculate the Laplacian of Gaussian of an image with the specified sigma value.
Can be used to clean an segmentation. The mean and standard deviation of the intensities which are masked is calculated and then all mask voxels are removed that cover image voxels which are not within a 3 sigma range.
Removing all voxels from a mask that cover image voxels which are outside of a given range. The range can be either specified by a lower limit, a upper limit, or both at the same time.
Calculate a Multi-Resolution Pyramid of the given image. The resolution is reduced by factor 2 for each step.
Resample a mask to a new spacing
Similar to mitkResampleImage, but specificly tailored to resampling a mask.
Applies single operand mathematical operations to each voxel of an image
Applied two operand mathematical operations to each voxels of two images.