CVBpy 14.0
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).
 
int MinMax = 1
 Dynamic thresholding compares values with the middle between the minimum and the maximum value inside the threshold mask.
 

Detailed Description

Norm calculation approaches for dynamic thresholding.