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

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.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 vision data. You can do this in one of two ways:

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

See Also