Search results as provided by a Search Classifier.
More...
Inherits IQualified, IPosition, IScaled, and IRotated.
|
double | Quality [get] |
| Search Result quality or confidence.
|
|
double | Confidence [get] |
| Search Result quality or confidence (just under a different name).
|
|
double | X [get] |
| X position.
|
|
double | Y [get] |
| Y position.
|
|
double | Scale [get] |
| Scale of the result (if applicable).
|
|
Angle | Rotation [get] |
| Rotation of the result (if applicable).
|
|
Matrix2D | Matrix [get] |
| Transformation description in Matrix form.
|
|
double | Quality [get] |
| Name of the object.
|
|
double | X [get] |
| X coordinate of the position.
|
|
double | Y [get] |
| Y coordinate of the position.
|
|
double | Scale [get] |
| Name of the object.
|
|
Angle | Rotation [get] |
| Name of the object.
|
|
Search results as provided by a Search Classifier.
◆ Equals()
override bool Equals |
( |
object |
obj | ) |
|
Equality comparison.
- Parameters
-
- Returns
- True if the objects are identical, false otherwise
◆ GetHashCode()
override int GetHashCode |
( |
| ) |
|
Hash code generation.
- Returns
- Hash code for the object.
◆ operator!=()
Compare two SearchResults for inequality.
- Parameters
-
lhs | First object to be compared |
rhs | Second object to be compared |
- Returns
- True if the objects differ, false otherwise
◆ operator==()
Compare two SearchResults for equality.
- Parameters
-
lhs | First object to be compared |
rhs | Second object to be compared |
- Returns
- False if the objects differ, true otherwise