Search results as provided by a Search Classifier.
More...
Inherits IQualified, IPosition, IScaled, and IRotated.
|
| override bool | Equals (object obj) |
| | Equality comparison.
|
| |
| override int | GetHashCode () |
| | Hash code generation.
|
| |
|
|
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.
|
| |
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