CogPMAlignResultGraphicConstants EnumerationCognex VisionPro
Constants used to specify desired result graphics.

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

[FlagsAttribute]
public enum CogPMAlignResultGraphicConstants
Members

  Member nameValueDescription
None0Draw no result graphics.
TipText1Turn on tip text for result graphics.
Origin2Draw a cross at the pattern origin of this result. The arms of the cross will be aligned with X & Y axes of pattern space.
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.
MatchFeatures16Draw match features for this result. Features drawn in red indicate poor matches, features drawn in yellow indicate fair matches, and features drawn in green indicate good matches.
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. If no TrainRegion is provided when training from shapes then TrainRegion is the bounding box of the shapes.
CoordinateAxes64Draw the pattern origin coordinate axes.
MatchShapeModels128Draw the matching shape models for this result. This is a mapped version of the TrainShapeModels, clipped by TrainRegion if necessary, indicating where the pattern was found in the run-time image.
FlexDeformationGrid256Draw the deformation grid for this result. This is the square, pixel aligned grid covering the training region in the training image, mapped through the deformation transform.
All-1Draw all result graphics.
Remarks

Constants used to specify desired result graphics.

See Also