Author:
The operation uses the methods threshold and getAutoThreshold from the
imageJ class
ImageProcessor.
Example

Description
The threshold operation sets all intensities above the threshold value
to the maximum (255) and all below to the minimum (0). The threshold
value is computed iteratively. The iteration stops when the threshold
is above the composite average of the two classes. See