You are here: Start » FIL.NET » Invoke.CheckPresence_Intensity
Verifies object presence by analysing pixel intensities in the specified region.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CheckPresence_Intensity ( Fil.Image inImage, Fil.ShapeRegion inRoi, Optional<Fil.CoordinateSystem2D> inRoiAlignment, Optional<float> inMinIntensity, Optional<float> inMaxIntensity, float inMinContrast, Optional<float> inMaxContrast, out bool outIsPresent, Optional<float> outIntensity, Optional<float> outContrast, Optional<Fil.ShapeRegion> outAlignedRoi )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inRoi | Fil.ShapeRegion | Location at which object presence is being checked. | ||
![]() | inRoiAlignment | Ftl.Optional<Fil.CoordinateSystem2D> | Adjusts the region of interest to the position of the inspected object. Default value: ftl::NIL. | ||
![]() | inMinIntensity | Ftl.Optional<float> | Lowest acceptable value for the average pixel value. Default value: ftl::NIL. | ||
![]() | inMaxIntensity | Ftl.Optional<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. | |
![]() | inMaxContrast | Ftl.Optional<float> | <0.0f, INF> | Highest acceptable value for the standard deviation of the pixel values. Default value: ftl::NIL. | |
![]() | outIsPresent | bool | Flag indicating whether the object is present or not. | ||
![]() | outIntensity | Ftl.Optional<float> | Average pixel value. | ||
![]() | outContrast | Ftl.Optional<float> | Standard deviation of the pixel values. | ||
![]() | outAlignedRoi | Ftl.Optional<Fil.ShapeRegion> | Input ROI after transformation (in the image coordinates). |