CogBeadInspectPattern TrainImage Property Cognex VisionPro 9.22 SR1
Gets or sets the image that will be used to find coarse paths and train this pattern.

Namespace: Cognex.VisionPro.EdgeInspect
Assembly: Cognex.VisionPro.EdgeInspect (in Cognex.VisionPro.EdgeInspect.dll) Version: 87.1.0.0
Syntax

public ICogVisionData TrainImage { get; set; }

Property Value

Type: ICogVisionData
The train image. Default value is null.
Events

Event TypeReason
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