Search results as provided by a Search Classifier.
More...
#include <cvb/polimago/search_result.hpp>
|
double | Quality () const noexcept |
| Search result quality or confidence. More...
|
|
double | Confidence () const noexcept |
| Search result quality or confidence (just under a different name). More...
|
|
double | X () const noexcept |
| X-position. More...
|
|
double | Y () const noexcept |
| Y-position. More...
|
|
double | Scale () const noexcept |
| Scale of the result (if applicable). More...
|
|
Angle | Rotation () const noexcept |
| Rotation of the result (if applicable). More...
|
|
class Matrix2D | Matrix () const noexcept |
| Transformation description in Matrix form. More...
|
|
Search results as provided by a Search Classifier.
- Examples
- Polimago/QmlCookieClassification.
◆ Confidence()
double Confidence |
( |
| ) |
const |
|
inlinenoexcept |
Search result quality or confidence (just under a different name).
- Returns
- Search result confidence.
- Exceptions
-
Does | not throw any exception. |
◆ Matrix()
Transformation description in Matrix form.
- Returns
- Search result transformation matrix.
- Exceptions
-
Does | not throw any exception. |
◆ Quality()
◆ Rotation()
Rotation of the result (if applicable).
- Returns
- Search result rotation.
- Exceptions
-
Does | not throw any exception. |
◆ Scale()
Scale of the result (if applicable).
- Returns
- Search result scale.
- Exceptions
-
Does | not throw any exception. |
◆ X()
◆ Y()