You are here: Start » AVL.NET » ThresholdSelectionMethod Enumeration

ThresholdSelectionMethod Enumeration

Possible methods of selecting of the threshold automatically.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Members

Member nameDescription
ClusteringKittlerMinimum error thresholding.
ClusteringKMeans
ClusteringOtsu
EntropyDepends on image histogram's entropy. Best for images with only a few foreground pixels.
HistogramIntermodesAssuming the image histogram is bimodal, smooths it until there are only two local maxima and returns their average.

See also