You are here: Start » AVL.NET » AVL.ThresholdImage(AvlNet.Image, float?, float, AvlNet.Image)
AVL.ThresholdImage(AvlNet.Image, float?, float, AvlNet.Image)
Transforms each pixel value to maximum or minimum depending on whether they belong to the specified range.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ThresholdImage( AvlNet.Image inImage, float? inMinValue, float inFuzziness, out AvlNet.Image outMonoImage )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inMinValue
- Type: System.Nullable<System.Single>
Minimum value of a pixel that is considered foreground (Auto = -INF), or null. - inFuzziness
- Type: System.Single
A tolerance for inMin/MaxValue that results in intermediate output values - outMonoImage
- Type: AvlNet.Image
Remarks
See full override for more details.
