CogFindLineResult PropertiesCognex VisionPro 9.7

The CogFindLineResult type exposes the following members.

Properties

  NameDescription
Public propertyCaliperResults
Returns the complete set of caliper results for this data point.
Public propertyDistanceToLine
Returns the minimum distance from the data point of this result to the best fit Line that was found. This measurement is available regardless of whether or not the data was used for the fit.
Public propertyFound
Indicates whether the caliper found an appropriate edge point or not.
Public propertyID
A unique ID used to identify this CogFindLineResult. This ID also corresponds to the index of this result in the CogFindLineResults collection to which this result belongs.
Public propertyUsed
If true then this data point was used to perform the shape fitting.
Public propertyX
The X component of the edge point found by the caliper.
Public propertyY
The Y component of the edge point found by the caliper.
Top
See Also