CogTransform2DPerspectiveAndRadial Linear Property Cognex VisionPro 9.21
Returns true if this is a linear transform.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 83.0.0.0
Syntax

public virtual bool Linear { get; }

Property Value

Type: Boolean

Implements

ICogTransform2D Linear
Remarks

This function always returns True if the transform is of type CogTransform2DLinear; it may return True for other types if they implement a transformation that is mathematically equivalent to a linear transformation.

See Also