| Name | Short Name | Type | Description |
| Threshold value calculation method | type | string | How is the threshold level calculated: "Pixel value", "Percentile by frames", "Percentile by series", "Percentile by reference", "Otsu by frames", "Otsu by series", "Otsu by reference" |
| Way | way | string | How is the image modified at the threshold level: Setting values to 1 "Above" or "Below" value; or clipping at "Ceiling" or "Bottom"; or masking by "Mask Above", "Mask Below". |
| Value | value | real | Pixel value, percentile, or factor times Otsu optimal threshold value (typically 1) |
| Determine boundaries at | value2 | real | This is added to "value" when determining the boundary of local maxima/minima or the boundary is calculated at the given percent of each local maximum when Bound Maxima/Minima locally is selected below. |
| Threshold from local max/min type | proctype | string | This enables local maximum or minimum search. Set "None" for simple thresholding. Available types: "Bound Maxima uniformly", "Bound Minima uniformly", "Bound Maxima locally", "Bound Minima locally". |
| Keep original mask | keeporigmask | boolean | Originally masked areas are kept masked if Yes. Otherwise the mask will take zero, ceiling or bottom value. |