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


