You are here: Start » AVL.NET » AVL.ThresholdImage_Dynamic(AvlNet.Image, int, float?, float, AvlNet.Image)
AVL.ThresholdImage_Dynamic(AvlNet.Image, int, float?, float, AvlNet.Image)
Thresholds an image relatively to the average pixel value in a local rectangular neighborhood.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ThresholdImage_Dynamic( AvlNet.Image inImage, int inRadiusX, float? inMinRelativeValue, float inFuzziness, out AvlNet.Image outMonoImage )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inRadiusX
- Type: System.Int32
Horizontal radius of internal mean blur - inMinRelativeValue
- Type: System.Nullable<System.Single>
Minimum relative value of a pixel that is considered foreground (Auto = -INF), or null. - inFuzziness
- Type: System.Single
A tolerance for inMin/MaxRelativeValue that results in intermediate output values - outMonoImage
- Type: AvlNet.Image
Remarks
See full override for more details.
