Search result as returned by the classifier.
More...
#include <cvb/shapefinder2/search_result.hpp>
Search result as returned by the classifier.
- Examples
- ShapeFinder2/QtShapeFinder2.
◆ operator!=()
Comparison operator for SearchResult objects.
- Parameters
-
[in] | rhs | Right hand side operand. |
- Returns
- True if *this != rhs, false otherwise.
- Exceptions
-
Does | not throw any exception. |
◆ operator==()
Comparison operator for SearchResult objects.
- Parameters
-
[in] | rhs | Right hand side operand. |
- Returns
- True if *this == rhs, false otherwise.
- Exceptions
-
Does | not throw any exception. |
◆ Position()
Point2D< double > Position |
( |
| ) |
const |
|
inlinenoexcept |
Result location in the image.
- Returns
- Search result position.
- Exceptions
-
Does | not throw any exception. |
◆ PrecisionMode()
PrecisionMode that was used for generating this result.
- Returns
- Precision mode.
- Exceptions
-
Does | not throw any exception. |
◆ Quality()
Quality measure of the result.
- Returns
- Search result quality.
- Exceptions
-
Does | not throw any exception. |
- Examples
- ShapeFinder2/QtShapeFinder2.
◆ Rotation()
Rotation angle of the result.
- Returns
- Search result rotation angle.
- Exceptions
-
Does | not throw any exception. |
- Examples
- ShapeFinder2/QtShapeFinder2.
◆ Scale()
Scale of the result relative the originally trained object.
- Returns
- Search result scale.
- Exceptions
-
Does | not throw any exception. |
◆ X()
X position at which the object has been found.
- Returns
- Search result x-position.
- Exceptions
-
Does | not throw any exception. |
- Examples
- ShapeFinder2/QtShapeFinder2.
◆ Y()
Y position at which the object has been found.
- Returns
- Search result y-position.
- Exceptions
-
Does | not throw any exception. |
- Examples
- ShapeFinder2/QtShapeFinder2.