Cog3DAlignPattern Trained Property Cognex VisionPro
Gets whether this pattern is currently trained.

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

public bool Trained { get; }

Property Value

Type: Boolean
"True" if the pattern is trained. "False" otherwise. Default value is "false".
Remarks

Once your pattern is trained you can search for instances of the pattern in a runtime input image. You can do this in one of two ways:

  1. You can call the Execute(ICogVisionData, ICog3DShape, Cog3DAlignRunParams) method of this class, or
  2. You can call the Run  method of a Cog3DAlignTool class that contains this pattern object.

See Also