Gets or sets the image that will be used to find coarse paths and train this pattern.
Namespace: Cognex.VisionPro.EdgeInspectAssembly: Cognex.VisionPro.EdgeInspect (in Cognex.VisionPro.EdgeInspect.dll) Version: 85.1.0.0
Syntax
Property Value
Type: ICogVisionDataThe train image. Default value is null.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flags may be affected: |
Remarks
If you change this value on a trained pattern object, the pattern will become untrained and will also become unfound (Found property is marked false and all existing Find results are discarded).
See Also