Norm calculation approaches for dynamic thresholding. More...
Inherits object.
Static Public Attributes | |
| int | Mean = 0 |
| Dynamic thresholding compares values with the mean value of the threshold mask (default). More... | |
| int | MinMax = 1 |
| Dynamic thresholding compares values with the middle between the minimum and the maximum value inside the threshold mask. More... | |
Norm calculation approaches for dynamic thresholding.
|
static |
Dynamic thresholding compares values with the mean value of the threshold mask (default).
|
static |
Dynamic thresholding compares values with the middle between the minimum and the maximum value inside the threshold mask.