CogOCVMaxPattern TrainTransform Property Cognex VisionPro 9.10
Gets or sets the transformation that specifies the mapping from the synthetically generated training images

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

public CogTransform2DLinear TrainTransform { get; set; }

Property Value

Type: CogTransform2DLinear
The transformation that specifies the mapping from the synthetically generated training images.
Events

Exceptions

ExceptionCondition
ObjectDisposedExceptionThis object has already been disposed.
ArgumentNullExceptionYou attempted to set this to a NULL value.
See Also