CogOCVResultGraphicConstants EnumerationCognex VisionPro
Constants used to specify desired result graphics.

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

[FlagsAttribute]
public enum CogOCVResultGraphicConstants
Members

  Member nameValueDescription
None0Draw no result graphics.
TipText1Turn on tip text for result graphics.
Origin2Draw a cross at the font model origin of this result.
CoordinateAxes4Draw a coordinate axes at the font model origin of this result.
MatchRegion8Draw the match region for this result. This is a mapped version of the font model's image border indicating where the font model was found in the run-time image.
Label16Draw a graphic label indicating the name and instance of the font model found.
All-1Draw all result graphics.
Remarks

Constants that you can OR together to specify desired result graphics.

See Also