CogTransform2DPerspectiveAndRadial Compose Method Cognex VisionPro 9.5
Returns a new transform which is the composition of the given transform (on the right side) and this one (on the left side).

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

public ICogTransform2D Compose(
	ICogTransform2D rightSide
)

Parameters

rightSide
Type: Cognex.VisionPro ICogTransform2D

The transformation to compose with this one.

Return Value

Type: ICogTransform2D

The composed transformation.

Exceptions

ExceptionCondition
ArgumentException

rightSide is NULL.

Remarks

Returns a new transform which is the composition of the given transform (on the right side) and this one (on the left side).

See Also