CogFindCornerResult PropertiesCognex VisionPro

The CogFindCornerResult type exposes the following members.

Properties

  NameDescription
Public propertyCornerFound
Whether or not a corner was found. May be false if either expected line was not found, or if the found lines do not intersect, or if the found lines are identical.
Public propertyCornerX
The X coordinate of the found corner point. Only valid if CornerFound is true.
Public propertyCornerY
The Y coordinate of the found corner point. Only valid if CornerFound is true.
Public propertyLineResultsA
The line finder result for expected line A.
Public propertyLineResultsB
The line finder result for expected line B.
Top
See Also