CogOCVTool PatternReferenceImage Property Cognex VisionPro 9.5
The pattern reference image can be displayed via the CurrentRecord in order to provide the user a means of graphically setting up their pattern of character positions. It is not required for either training or running the OCV tool.

Namespace: Cognex.VisionPro.OC
Assembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 69.0.0.0
Syntax

public CogImage8Grey PatternReferenceImage { get; set; }

Property Value

Type: CogImage8Grey
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

The reference image is an image you can use to configure and train your pattern. The tool does not use the reference image pixels for training. Instead, you use the reference image to manually place the expected character positions. You can enable the reference image display in CurrentRecordEnable.

See Also