CogPatInspectPattern GetTrainedPatternImage Method Cognex VisionPro 9.10
Gets an image that represents the currently trained pattern. This is a template image that incorporates pixel data from all of the statistically trained images.

Namespace: Cognex.VisionPro.PatInspect
Assembly: Cognex.VisionPro.PatInspect (in Cognex.VisionPro.PatInspect.dll) Version: 79.0.0.0
Syntax

public CogImage8Grey GetTrainedPatternImage()

Return Value

Type: CogImage8Grey

The CogImage8Grey that represents the currently trained pattern.

Exceptions

ExceptionCondition
CogOperatorNotTrainedException

The pattern is not trained.

Remarks

Gets an CogImage8Grey that represents the currently trained pattern. This is a template image that incorporates pixel data from all of the statistically trained images.

See Also