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.
ClusteringKMeansSee K-means clustering on Wikipedia .
ClusteringOtsuSee Otsu method on Wikipedia. Fast and best method for most images.
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.

Remarks

See also