You are here: Start » FIL.NET » Invoke.ImageSharpness
Returns a value dependent on sharpness of the image. The value is bigger for sharper images.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ImageSharpness ( Fil.Image inImage, Optional<Fil.Box> inRoi, out float outSharpness )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inRoi | Ftl.Optional<Fil.Box> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | outSharpness | float |