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, float? inMinIntensity, float? inMaxIntensity, float inMinContrast, out bool outIsPresent )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.ShapeRegion | Location at which object presence is being checked. | ||
![]() | inMinIntensity | float? | Lowest acceptable value for the average pixel value. Default value: ftl::NIL. | ||
![]() | inMaxIntensity | float? | Highest acceptable value for the average pixel value. Default value: ftl::NIL. | ||
![]() | inMinContrast | float | <0.0f, INF> | Lowest acceptable value for the standard deviation of the pixel values. | |
![]() | outIsPresent | bool | Flag indicating whether the object is present or not. |
Function Overrides
- CheckPresence_Intensity(Image, ShapeRegion, Nullable<CoordinateSystem2D>, Nullable<Single>, Nullable<Single>, Single, Nullable<Single>, Boolean)
- CheckPresence_Intensity(Image, ShapeRegion, Nullable<CoordinateSystem2D>, Nullable<Single>, Nullable<Single>, Single, Nullable<Single>, Boolean, Single, Single, ShapeRegion)
- CheckPresence_Intensity(Image, ShapeRegion, Nullable<CoordinateSystem2D>, Nullable<Single>, Nullable<Single>, Single, Nullable<Single>, Boolean, NullableValue<Single>, NullableValue<Single>, NullableRef<ShapeRegion>)