CogCNLSearchResultGraphicConstants EnumerationCognex VisionPro
Constants used to specify desired result graphics.

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

[FlagsAttribute]
public enum CogCNLSearchResultGraphicConstants
Members

  Member nameValueDescription
None0Draw no result graphics.
TipText1Turn on tip text for result graphics.
Origin2Draw a cross at the pattern origin of this result.
BoundingBox4Draw a bounding box around the match region for this result. The bounding box will be aligned with the selected space of the run-time image.
MatchRegion32Draw the match region for this result. This is a mapped version of the TrainRegion indicating where the pattern was found in the run-time image.
All-1Draw all result graphics.
Remarks

Constants used to specify desired result graphics.

See Also