Gets whether this pattern is currently trained.
Namespace: Cognex.VisionPro.PMRedLineAssembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 83.0.0.0
Syntax
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:
- You can call the Execute(ICogImage, ICogRegion, CogPMRedLineRunParams) method of this class, or
- You can call the Run method of a CogPMRedLineTool class that contains this pattern object.
See Also