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

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
inImageFil.ImageInput image.
inRoiFtl.Optional<Fil.Box>Range of pixels to be processed. Default value: ftl::NIL.
outSharpnessfloat

See also