CVB++ 14.0
SearchResult Class Reference

Search results as provided by a Search Classifier. More...

#include <cvb/polimago/search_result.hpp>

Public Member Functions

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...
 

Detailed Description

Search results as provided by a Search Classifier.

Examples
Polimago/QmlCookieClassification.

Member Function Documentation

◆ Confidence()

double Confidence ( ) const
inlinenoexcept

Search result quality or confidence (just under a different name).

Returns
Search result confidence.
Exceptions
Doesnot throw any exception.

◆ Matrix()

class Matrix2D Matrix ( ) const
inlinenoexcept

Transformation description in Matrix form.

Returns
Search result transformation matrix.
Exceptions
Doesnot throw any exception.

◆ Quality()

double Quality ( ) const
inlinenoexcept

Search result quality or confidence.

Returns
Search result quality.
Exceptions
Doesnot throw any exception.
Examples
Polimago/QmlCookieClassification.

◆ Rotation()

Angle Rotation ( ) const
inlinenoexcept

Rotation of the result (if applicable).

Returns
Search result rotation.
Exceptions
Doesnot throw any exception.

◆ Scale()

double Scale ( ) const
inlinenoexcept

Scale of the result (if applicable).

Returns
Search result scale.
Exceptions
Doesnot throw any exception.

◆ X()

double X ( ) const
inlinenoexcept

X-position.

Returns
X-position.
Exceptions
Doesnot throw any exception.
Examples
Polimago/QmlCookieClassification.

◆ Y()

double Y ( ) const
inlinenoexcept

Y-position.

Returns
Y-position.
Exceptions
Doesnot throw any exception.
Examples
Polimago/QmlCookieClassification.