Gets or sets the input image that will be searched for instances of
your PMRedLine pattern. Only the portions of the image within the
search region will be searched.
Namespace: Cognex.VisionPro.PMRedLineAssembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 85.1.0.0
Syntax
Property Value
Type: ICogImageThe input image. Default value is null.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flags may be affected: |
Remarks
You can restrict what portions of the input image are searched by PMRedLine. There are two restriction methods you can use:
- You can exclude one contiguous area of the image using the SearchRegion.
- You can exclude multiple non-contiguous areas using the SearchImageMask of the CogPMRedLineRunParams class.
See Also