Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Computer Vision » Image Analysis » CheckPresence_Intensity_Deprecated

CheckPresence_Intensity_Deprecated


Module: FoundationPro

Verifies object presence by analysing pixel intensities in the specified region.

Applications

Quick and easy presence verification, e.g. for missing caps, screws, labels.
Name Type Range Description
Input value inImage Image Input image
Input value inRoi ShapeRegionDeprecated Location at which object presence is being checked
Input value inRoiAlignment CoordinateSystem2D* Adjusts the region of interest to the position of the inspected object
Input value inMinIntensity Real* Lowest acceptable value for the average pixel value
Input value inMaxIntensity Real* Highest acceptable value for the average pixel value
Input value inMinContrast Real 0.0 - Lowest acceptable value for the standard deviation of the pixel values
Input value inMaxContrast Real* 0.0 - Highest acceptable value for the standard deviation of the pixel values
Output value outIsPresent Bool Flag indicating whether the object is present or not
Output value outIntensity Real Average pixel value
Output value outContrast Real Standard deviation of the pixel values
Output value outAlignedRoi ShapeRegionDeprecated Input ROI after transformation (in the image coordinates)

Complexity Level

This filter is available on Basic Complexity Level.