The itk package contains black boxes based on the itk library. These boxes manage the basic image processing. Some of this boxes have some interactive options which will aid the user in the processing of medical images. There are other boxes which don't have interactive options by themselves, but their funtionalities can be explained with examples that use this boxes. All this boxes will be explained with some detail below, showing the most important functions provided to the user.
itk:BinaryThresholdImageFilter
Binarizes an image by thresholding given the upper and lower thresholds and the inner and outside values.
(initial an resulting images of an BinaryThresholdImageFilter Example) | (Sumarizes the result of the example) |
Decreases the image size by cropping the image toe the selected region bounds.
(Initial and resulting images of an ExtractImageFilter example) | (Sumarizes the result of the example) |
Extracts a subImage of an Image.
(Initial and resulting images of an ImageCrop example) | (Sumarizes the result of the example) |