CogSearchMaxTool SearchRegion Property Cognex VisionPro 9.7
Gets or sets the region which specifies a portion on the InputImage that will be used to perform SearchMax. If it is empty, SearchMax is performed on the entire InputImage. The SearchRegionMode property specifies exactly how this region will be applied to the InputImage.

Namespace: Cognex.VisionPro.SearchMax
Assembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 73.0.0.0
Syntax

public ICogRegion SearchRegion { get; set; }

Property Value

Type: ICogRegion
The region. Default value is NULL.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flags may be affected:

  • SfSearchRegion
  • SfCreateCurrentRecord
See Also