Edge search result
More...
#include <cvb/foundation/edge.hpp>
|
| double | X () const noexcept |
| | X-position relative to the last line processed.
|
| |
| double | Y () const noexcept |
| | Y-position relative to the last line processed.
|
| |
| double | Quality () const noexcept |
| | Quality of detection, depending on the method used.
|
| |
| EdgeType | Type () const noexcept |
| | Type of the edge.
|
| |
|
| static EdgeResult | Nothing () noexcept |
| | The edge result returned when nothing has been found.
|
| |
◆ Nothing()
The edge result returned when nothing has been found.
- Returns
- Invalid edge result.
- Exceptions
-
| Does | not throw any exception. |
◆ Quality()
Quality of detection, depending on the method used.
- Returns
- Edge result quality.
- Exceptions
-
| Does | not throw any exception. |
◆ Type()
Type of the edge.
- Returns
- Edge type.
- Exceptions
-
| Does | not throw any exception. |
◆ X()
X-position relative to the last line processed.
- Returns
- Edge result x-position.
- Exceptions
-
| Does | not throw any exception. |
◆ Y()
Y-position relative to the last line processed.
- Returns
- Edge result y-position.
- Exceptions
-
| Does | not throw any exception. |