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

AVS.CheckPresence_Intensity Method

Verifies object presence by analysing pixel intensities in the specified region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CheckPresence_Intensity
(
	AvlNet.Image inImage,
	AvlNet.ShapeRegion inRoi,
	float? inMinIntensity,
	float? inMaxIntensity,
	float inMinContrast,
	out bool outIsPresent
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.ShapeRegionLocation at which object presence is being checked.
inMinIntensityfloat?Lowest acceptable value for the average pixel value. Default value: atl::NIL.
inMaxIntensityfloat?Highest acceptable value for the average pixel value. Default value: atl::NIL.
inMinContrastfloat<0.0f, INF>Lowest acceptable value for the standard deviation of the pixel values.
outIsPresentboolFlag indicating whether the object is present or not.

Function Overrides

See also