Cog3DMatrix3x3 IsSingular Property Cognex VisionPro 9.7
Gets whether this matrix is singular.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 73.0.0.0
Syntax

public bool IsSingular { get; }

Property Value

Type: Boolean
True if the matrix is singular; false otherwise.
See Also