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 name | Description |
|---|---|
| ClusteringKittler | Minimum error thresholding. |
| ClusteringKMeans | |
| ClusteringOtsu | |
| Entropy | Depends on image histogram's entropy. Best for images with only a few foreground pixels. |
| HistogramIntermodes | Assuming the image histogram is bimodal, smooths it until there are only two local maxima and returns their average. |
