You are here: Start » FIL.NET » FIS.SelectThresholdValue Method
FIS.SelectThresholdValue Method
Selects best threshold value using the image histogram.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SelectThresholdValue ( FilNet.Image inImage, FilNet.ThresholdSelectionMethod inMethod, out float outThresholdValue )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inMethod | FilNet.ThresholdSelectionMethod | Method used to select the best threshold. | ||
![]() | outThresholdValue | float | Best threshold separating background pixels from foreground pixels. |
Function Overrides
- SelectThresholdValue(Image, NullableRef<Region>, ThresholdSelectionMethod, Single)
- SelectThresholdValue(Image, NullableRef<Region>, ThresholdSelectionMethod, Single, IList<Single>, IList<Single>, IList<Single>)