Polimago classification result container.
More...
#include <cvb/polimago/classification_result.hpp>
Polimago classification result container.
- Examples
- Polimago/QmlCookieClassification.
◆ Name()
◆ operator!=()
Compares to an other classification result.
- Parameters
-
- Returns
- True if not equal, otherwise false.
- Exceptions
-
Does | not throw any exception. |
◆ operator==()
Compares to an other classification result.
- Parameters
-
- Returns
- True if equal, otherwise false.
- Exceptions
-
Does | not throw any exception. |
◆ Quality()
Quality / Confidence of the classification result.
- Returns
- Classification result quality.
- Exceptions
-
Does | not throw any exception. |
- Examples
- Polimago/QmlCookieClassification.