Edge Search result
More...
Inherits IPosition, and IQualified.
|
static readonly EdgeResult | Empty = new EdgeResult() |
| The edge result returned when nothing has been found.
|
|
|
double | X [get] |
| x-position relative to the last line processed (see Area).
|
|
double | Y [get] |
| y-position relative to the last line processed (see Area).
|
|
double | Quality [get] |
| Quality of detection, depending on the method used.
|
|
EdgeType | Type [get] |
| Type of the edge.
|
|
double | X [get] |
| X coordinate of the position.
|
|
double | Y [get] |
| Y coordinate of the position.
|
|
double | Quality [get] |
| Name of the object.
|
|
◆ EdgeResult()
Constructor.
- Parameters
-
x | X-position relative to the last line processed (see Area). |
y | Y-position relative to the last line processed (see Area). |
quality | Quality of detection, depending on the method used. |
type | Type of result. |
◆ Equals()
override bool Equals |
( |
object |
obj | ) |
|
Tests whether obj is an EdgeResult structure with the same content as this EdgeResult structure.
- Parameters
-
- Returns
true
of the object referred to by obj and this object are identical, false
otherwise.
◆ GetHashCode()
override int GetHashCode |
( |
| ) |
|
Returns the hash code for this Rectangle
- Returns
- Hash code for this EdgeResult object.
◆ operator!=()
Comparison operator for Rect structs.
- Parameters
-
lhs | left hand side operand |
rhs | right hand side operand |
- Returns
- true lhs != rhs, false otherwise
◆ operator==()
Comparison operator for Rect structs.
- Parameters
-
lhs | left hand side operand |
rhs | right hand side operand |
- Returns
- true lhs == rhs, false otherwise
◆ ToString()
override string ToString |
( |
| ) |
|
Gets the string representation of this edge result.
- Returns
- String representation.