You are here: Start » FIL.NET » FIS.CheckPresence_PixelAmount Method
FIS.CheckPresence_PixelAmount Method
Verifies object presence by analysing the amount of pixels that meet the specified criteria.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CheckPresence_PixelAmount ( FilNet.Image inImage, FilNet.ShapeRegion inRoi, FilNet.HSxColorModel inColorModel, int inBeginHue, int inEndHue, int inMinSaturation, float? inMinBrightness, float? inMaxBrightness, float inMinAmount, float inMaxAmount, 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. | ||
![]() | inColorModel | FilNet.HSxColorModel | Selected color model. | ||
![]() | inBeginHue | int | <0, 255> | 0 | Begin of the range of acceptable hue. Default value: 0. |
![]() | inEndHue | int | <0, 255> | 255 | End of the range of acceptable hue. Default value: 255. |
![]() | inMinSaturation | int | <0, 255> | 128 | Lowest acceptable saturation. Default value: 128. |
![]() | inMinBrightness | float? | <0.0f, INF> | 128.0f | Lowest acceptable brightness. Default value: 128.0f. |
![]() | inMaxBrightness | float? | <0.0f, INF> | Highest acceptable brightness. Default value: ftl::NIL. | |
![]() | inMinAmount | float | <0.0f, 1.0f> | 0.5f | Lowest acceptable fraction of pixels meeting the criteria. Default value: 0.5f. |
![]() | inMaxAmount | float | <0.0f, 1.0f> | 1.0f | Highest acceptable fraction of pixels meeting the criteria. Default value: 1.0f. |
![]() | outIsPresent | bool | Flag indicating whether the object is present or not. |
Function Overrides
- CheckPresence_PixelAmount(Image, ShapeRegion, Nullable<CoordinateSystem2D>, HSxColorModel, Int32, Int32, Int32, Nullable<Int32>, Nullable<Single>, Nullable<Single>, Single, Single, Boolean)
- CheckPresence_PixelAmount(Image, ShapeRegion, Nullable<CoordinateSystem2D>, HSxColorModel, Int32, Int32, Int32, Nullable<Int32>, Nullable<Single>, Nullable<Single>, Single, Single, Boolean, NullableValue<Single>, NullableRef<Region>, NullableRef<ShapeRegion>)
- CheckPresence_PixelAmount(Image, ShapeRegion, Nullable<CoordinateSystem2D>, HSxColorModel, Int32, Int32, Int32, Nullable<Int32>, Nullable<Single>, Nullable<Single>, Single, Single, Boolean, NullableValue<Single>, NullableRef<Region>, NullableRef<ShapeRegion>, Image)
- CheckPresence_PixelAmount(Image, ShapeRegion, Nullable<CoordinateSystem2D>, HSxColorModel, Int32, Int32, Int32, Nullable<Int32>, Nullable<Single>, Nullable<Single>, Single, Single, Boolean, Single, Region, ShapeRegion, Image)