CogPatInspectPattern TrainedCount Property Cognex VisionPro 9.7
The number of images that are statistically incorporated into the pattern. This number is equal to the number of times StatisticalTrain has been called plus one for the initial call to Train.

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

public int TrainedCount { get; }

Property Value

Type: Int32
Remarks

The number of images that are statistically incorporated into the pattern. This number is equal to the number of times StatisticalTrain has been called plus one for the initial call to Train .

See Also