Search result as returned by the classifier. More...
#include <cvb/shapefinder2/search_result.hpp>
Public Member Functions | |
| Cvb::ShapeFinder2::PrecisionMode | PrecisionMode () const noexcept |
| PrecisionMode that was used for generating this result. | |
| Point2D< double > | Position () const noexcept |
| Result location in the image. | |
| double | X () const noexcept |
| X position at which the object has been found. | |
| double | Y () const noexcept |
| Y position at which the object has been found. | |
| double | Quality () const noexcept |
| Quality measure of the result. | |
| double | Scale () const noexcept |
| Scale of the result relative the originally trained object. | |
| Angle | Rotation () const noexcept |
| Rotation angle of the result. | |
| bool | operator!= (const SearchResult &rhs) const noexcept |
| Comparison operator for SearchResult objects. | |
| bool | operator== (const SearchResult &rhs) const noexcept |
| Comparison operator for SearchResult objects. | |
Search result as returned by the classifier.
|
inlinenoexcept |
Comparison operator for SearchResult objects.
| [in] | rhs | Right hand side operand. |
| Does | not throw any exception. |
|
inlinenoexcept |
Comparison operator for SearchResult objects.
| [in] | rhs | Right hand side operand. |
| Does | not throw any exception. |
|
inlinenoexcept |
Result location in the image.
| Does | not throw any exception. |
|
inlinenoexcept |
PrecisionMode that was used for generating this result.
| Does | not throw any exception. |
|
inlinenoexcept |
Quality measure of the result.
| Does | not throw any exception. |
|
inlinenoexcept |
Rotation angle of the result.
| Does | not throw any exception. |
|
inlinenoexcept |
Scale of the result relative the originally trained object.
| Does | not throw any exception. |
|
inlinenoexcept |
X position at which the object has been found.
| Does | not throw any exception. |
|
inlinenoexcept |
Y position at which the object has been found.
| Does | not throw any exception. |