You are here: Start » AVL.NET » AVS.ImageSharpness Method

AVS.ImageSharpness Method

Returns a value dependent on sharpness of the image. The value is bigger for sharper images.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ImageSharpness
(
	AvlNet.Image inImage,
	AvlNet.Box? inRoi,
	out float outSharpness
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.Box?Range of pixels to be processed. Default value: atl::NIL.
outSharpnessfloat

Function Overrides

See also