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

public bool Identity(
	double tolerance
)

Return Value

Type: Boolean
See Also