You are here: Start » AVL.NET » AVL.SelectThresholdValue(AvlNet.Image, AvlNet.ThresholdSelectionMethod, float)
AVL.SelectThresholdValue(AvlNet.Image, AvlNet.ThresholdSelectionMethod, float)
Selects best threshold value using the image histogram.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SelectThresholdValue( AvlNet.Image inImage, AvlNet.ThresholdSelectionMethod inMethod, out float outThresholdValue )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inMethod
- Type: AvlNet.ThresholdSelectionMethod
Method used to select the best threshold - outThresholdValue
- Type: System.Single
Best threshold separating background pixels from foreground pixels
