CogTransform2DRigid Identity Method Cognex VisionPro 9.8 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: 75.0.0.0
Syntax

public bool Identity(
	double tolerance
)

Return Value

Type: Boolean
See Also