The CogAutoSelectResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| LocationX |
Gets the X coordinate, in the selected space of the input image, of
this result.
| |
| LocationY |
Gets the Y coordinate, in the selected space of the input image, of
this result.
| |
| ScoreCombined |
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.
| |
| ScoreOrthogonality |
Gets the normalized orthogonality score for this result, in the range
of 0.0 to 1.0 inclusive.
| |
| ScoreSymmetry |
Gets the normalized symmetry score for this result, in the range of
0.0 to 1.0 inclusive.
| |
| ScoreUniqueness |
Gets the normalized uniqueness score for this result, in the range of
0.0 to 1.0 inclusive.
|
See Also