You are here: Start » AVL.NET » AVL.CheckPresence_Intensity(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.CoordinateSystem2D?, float?, float?, float, float?, bool, float, float, AvlNet.ShapeRegion)
AVL.CheckPresence_Intensity(AvlNet.Image, AvlNet.ShapeRegion, AvlNet.CoordinateSystem2D?, float?, float?, float, float?, bool, float, float, AvlNet.ShapeRegion)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CheckPresence_Intensity( AvlNet.Image inImage, AvlNet.ShapeRegion inRoi, AvlNet.CoordinateSystem2D? inRoiAlignment, float? inMinIntensity, float? inMaxIntensity, float inMinContrast, float? inMaxContrast, out bool outIsPresent, out float outIntensity, out float outContrast, out AvlNet.ShapeRegion outAlignedRoi )
Parameters
- inImage
- Type: AvlNet.Image
- inRoi
- Type: AvlNet.ShapeRegion
- inRoiAlignment
- Type: System.Nullable<AvlNet.CoordinateSystem2D>
- inMinIntensity
- Type: System.Nullable<System.Single>
- inMaxIntensity
- Type: System.Nullable<System.Single>
- inMinContrast
- Type: System.Single
- inMaxContrast
- Type: System.Nullable<System.Single>
- outIsPresent
- Type: System.Boolean
- outIntensity
- Type: System.Single
- outContrast
- Type: System.Single
- outAlignedRoi
- Type: AvlNet.ShapeRegion
Description
The filter computes basic statistics of the image pixels in selected ROI and checks if they fit the defined ranges. The used statistics are average and standard deviation of the pixel values.
Examples
![]() |
![]() |
CheckPresence_Intensity performed on sample image with inMinIntensity = 80. The foam is present in red rectangle.


