CogTransform2DRigid Identity Method Cognex VisionPro 9.25 SR1
Returns true if this transform is an identity mapping within the given tolerance. The tolerance is applied to the rotation and both translation components.

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

public bool Identity(
	double tolerance
)

Parameters

tolerance
Type: System Double
n/a

Return Value

Type: Boolean
See Also