CogAutoSelectResult PropertiesCognex VisionPro 9.8 SR1

The CogAutoSelectResult type exposes the following members.

Properties

  NameDescription
Public propertyLocationX
Gets the X coordinate, in the selected space of the input image, of this result.
Public propertyLocationY
Gets the Y coordinate, in the selected space of the input image, of this result.
Public propertyScoreCombined
Gets the overall score for this result in the range of 0.0 to 1.0 inclusive. This score is the combination of orthogonality, symmetry, and uniqueness based on the combination method and scoring weights specified at run time.
Public propertyScoreOrthogonality
Gets the normalized orthogonality score for this result, in the range of 0.0 to 1.0 inclusive.
Public propertyScoreSymmetry
Gets the normalized symmetry score for this result, in the range of 0.0 to 1.0 inclusive.
Public propertyScoreUniqueness
Gets the normalized uniqueness score for this result, in the range of 0.0 to 1.0 inclusive.
Top
See Also