You are here: Start » FIL.NET » FIS.CheckPresence_Intensity Method

FIS.CheckPresence_Intensity Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inRoiFilNet.ShapeRegionLocation at which object presence is being checked.
inRoiAlignmentFilNet.CoordinateSystem2D?Adjusts the region of interest to the position of the inspected object. Default value: ftl::NIL.
inMinIntensityfloat?Lowest acceptable value for the average pixel value. Default value: ftl::NIL.
inMaxIntensityfloat?Highest acceptable value for the average pixel value. Default value: ftl::NIL.
inMinContrastfloat<0.0f, INF>Lowest acceptable value for the standard deviation of the pixel values.
inMaxContrastfloat?<0.0f, INF>Highest acceptable value for the standard deviation of the pixel values. Default value: ftl::NIL.
outIsPresentboolFlag indicating whether the object is present or not.

Function Overrides

See also