You are here:
Start »
AVL.NET »
AVL.ImageSharpness(AvlNet.Image, AvlNet.Box?, float)
AVL.ImageSharpness(AvlNet.Image, AvlNet.Box?, float)
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void ImageSharpness(
AvlNet.Image inImage,
AvlNet.Box? inRoi,
out float outSharpness
)
Parameters
- inImage
- Type: AvlNet.Image
- inRoi
- Type: System.Nullable<AvlNet.Box>
- outSharpness
- Type: System.Single
Examples
Two images having different sharpness level – 38.326 for the left one, 6.059 for the right one.
Errors
| Error type |
Description |
| DomainError |
inRoi exceeds image dimensions in ImageSharpness. |
See also