CogPMRedLineTool InputImage Property Cognex VisionPro 9.23
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.PMRedLine
Assembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 91.0.0.0
Syntax

public ICogImage InputImage { get; set; }

Property Value

Type: ICogImage
The input image. Default value is null.
Events

Event TypeReason
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 use none, either, or both of these restriction methods.

See Also