You are here: Start » AVL.NET » Invoke.ImageSharpness

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
inImageAvl.ImageInput image.
inRoiAtl.Optional<Avl.Box>Range of pixels to be processed. Default value: atl::NIL.
outSharpnessfloat

See also