Static Public Attributes | List of all members
DynamicThresholdNorm Class Reference

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...
 

Detailed Description

Norm calculation approaches for dynamic thresholding.

Member Data Documentation

◆ Mean

int Mean = 0
static

Dynamic thresholding compares values with the mean value of the threshold mask (default).

◆ MinMax

int MinMax = 1
static

Dynamic thresholding compares values with the middle between the minimum and the maximum value inside the threshold mask.