mia-2dsegmentcropbox
{-i string
} {-o string
} [
options
...]
This program is used on a segmentation set and evaluates a bounding box that encloses the segmentation in all slices. This bounding box is then used to crop the original images, correct the segmentation and store a new segmentation set with the cropped images. The cropped images will be of the same type as the original images. If no segmentation is given in the set, the result is undefined.
input segmentation set
Instead of using the path of the image files as given in the segmentation set, assume the files are located in the current directory
output segmentation set
Base name for the cropped image files, the file type and numbering will be based on the input image file type and numbering.
Enlarge the area around the obtained sbounding box by this number of pixels in each direction
verbosity of output, print messages of given level and higher priorities. Supported priorities starting at lowest level are:
debug: | Debug output |
message: | Normal messages |
info: | Low level messages |
error: | Report errors |
fatal: | Report only fatal errors |
trace: | Function call trace |
warning: | Warnings |
fail: | Report test failures |
print copyright information
print this help
print a short help
print the version number and exit
Maxiumum number of threads to use for processing,This number should be lower or equal to the number of logical processor cores in the machine. (-1: automatic estimation).
Evaluate the optimal cropping for a segmentation set segment.set and enlarge it by 3 pixels. Store the resulting set in the file cropped.set.
mia-2dsegmentcropbox -i segment.set -o cropped.set -e 3
Gert Wollny