DynamicThresholdNorm Enumeration

CVB.Net Documentation
Norm calculation approaches for dynamic thresholding.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public enum DynamicThresholdNorm
Members

  Member nameValueDescription
Mean0 Dynamic thresholding compares versus the mean value of the threshold mask (default).
MinMax1 Dynamic thresholding compares versus the middle between the minimum and the maximum value inside the threshold mask.
See Also

Reference