You are here: Start » AVL.NET » AVL.CheckPresence_Intensity(AvlNet.Image, AvlNet.ShapeRegion, float, bool)
AVL.CheckPresence_Intensity(AvlNet.Image, AvlNet.ShapeRegion, float, bool)
Verifies object presence by analysing pixel intensities in the specified region.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CheckPresence_Intensity( AvlNet.Image inImage, AvlNet.ShapeRegion inRoi, float inMinContrast, out bool outIsPresent )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inRoi
- Type: AvlNet.ShapeRegion
Location at which object presence is being checked - inMinContrast
- Type: System.Single
Lowest acceptable value for the standard deviation of the pixel values - outIsPresent
- Type: System.Boolean
Flag indicating whether the object is present or not
