You are here: Start » AVL.NET » AVL.ThresholdImage_RGB(AvlNet.Image, int?, int?, int?, float, AvlNet.Image)
AVL.ThresholdImage_RGB(AvlNet.Image, int?, int?, int?, float, AvlNet.Image)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ThresholdImage_RGB( AvlNet.Image inRgbImage, int? inMinRed, int? inMinGreen, int? inMinBlue, float inFuzziness, out AvlNet.Image outMonoImage )
Parameters
- inRgbImage
- Type: AvlNet.Image
- inMinRed
- Type: System.Nullable<System.Int32>
- inMinGreen
- Type: System.Nullable<System.Int32>
- inMinBlue
- Type: System.Nullable<System.Int32>
- inFuzziness
- Type: System.Single
- outMonoImage
- Type: AvlNet.Image
