CogSearchMaxTool InputImage Property Cognex VisionPro 9.20
Gets or sets the input image used to perform search. The SearchRegion is applied to this InputImage in order to define the region that will be used locate SearchMax pattern(s).

Namespace: Cognex.VisionPro.SearchMax
Assembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 80.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:

  • SfInputImage
  • SfCreateCurrentRecord
See Also