Constants used to specify desired result graphics.
Namespace: Cognex.VisionPro.PMAlignAssembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Draw no result graphics. | |
| TipText | 1 | Turn on tip text for result graphics. | |
| Origin | 2 | Draw a cross at the pattern origin of this result. The arms of the cross will be aligned with X & Y axes of pattern space. | |
| BoundingBox | 4 | Draw 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. | |
| MatchFeatures | 16 | Draw 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. | |
| MatchRegion | 32 | Draw 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. | |
| CoordinateAxes | 64 | Draw the pattern origin coordinate axes. | |
| MatchShapeModels | 128 | Draw 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. | |
| FlexDeformationGrid | 256 | Draw 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 | -1 | Draw all result graphics. |
Remarks
Constants used to specify desired result graphics.
See Also