This is an old revision of the document!


IntensityValueTools

FIXME THIS position should be used for a brief introduction (max 2 sentences!) of the logic, stating WHAT and WHY it is doing something.

FIXME Here, a general/generic description of HOW the logic is USED should be given. Try to be as general as possible, but also mention prerequisites, restrictions, advantages, requirements which are specific of this logic. Basically everything the user needs to know to successfully use this logic.

Binarizes the images. Every pixel below the set threshold is set to 0, every pixel greater or equal is set to 1.

Parameters Description
Threshold for binarization Threshold pixel value to be used

Via histogramming the pixel values of each image, changes pixel value distribution so that it fits into a Gaussian

FIXME Here, a short introduction for the given mode should be placed. Again, state WHAT and WHY this mode us useful in not more than 2 sentences.

Parameters Description
Maximum scaling Description of this parameter

This processor removes images from the input that are recognized as detrimental to the image processing. For every pixel value, it is checked whether it is a non-zero, non-denormalised finite value. If this is not the case, the whole image is replaced with a symbolic picture. If removeGaps is activated, images consisting of nothing but zero values are also replaced by the symbolic picture.

Parameters Description
Remove gaps If checked, images consisting of zeros are also replaced by the symbolic picture.