Gets a collection of graphics that can be used to display the trained features for the item specified by the composite selected index. If the SelectedIndex is -1, then the graphics returned are for the initial train image.
Namespace: Cognex.VisionPro.PMAlignAssembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 75.1.0.0
Syntax
Parameters
- color
- Type: Cognex.VisionPro CogColorConstants
The color for the graphics.
- used
- Type: System Boolean
Specifies whether to return features that contribute to the trained composite model or features that were discarded and do not contribute to the composite model.
- fine
- Type: System Boolean
Specifies whether to return coarse or fine features.
Return Value
Type: CogGraphicCollectionExceptions
| Exception | Condition |
|---|---|
| ArgumentException | If the pattern is not trained. |
See Also