You are here: Start » AVL.NET » AVL.CheckPresence_Intensity(AvlNet.Image, AvlNet.ShapeRegion, float, bool, float, float, AvlNet.ShapeRegion)

AVL.CheckPresence_Intensity(AvlNet.Image, AvlNet.ShapeRegion, float, bool, float, float, AvlNet.ShapeRegion)

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 inMinContrast,
	out bool outIsPresent,
	out float outIntensity,
	out float outContrast,
	out AvlNet.ShapeRegion outAlignedRoi
)

Parameters

inImage
Type: AvlNet.Image
Input image
inRoi
Type: AvlNet.ShapeRegion
Location at which object presence is being checked
inMinContrast
Type: System.Single
Lowest acceptable value for the standard deviation of the pixel values
outIsPresent
Type: System.Boolean
Flag indicating whether the object is present or not
outIntensity
Type: System.Single
outContrast
Type: System.Single
outAlignedRoi
Type: AvlNet.ShapeRegion

Remarks

See full override for more details.

See also