3#include "../_cexports/c_polimago.h"
5#include "../global.hpp"
6#include "../string.hpp"
23 : name_ (name), quality_ (quality)
27 : name_ (), quality_ (0.0)
60 return (name_ == other.name_) && (quality_ == other.quality_);
71 return !(*
this == other);
Polimago classification result container.
Definition: classification_result.hpp:20
String Name() const
Name of the pattern.
Definition: classification_result.hpp:36
double Quality() const noexcept
Quality / Confidence of the classification result.
Definition: classification_result.hpp:46
bool operator!=(const ClassificationResult &other) const noexcept
Compares to an other classification result.
Definition: classification_result.hpp:69
bool operator==(const ClassificationResult &other) const noexcept
Compares to an other classification result.
Definition: classification_result.hpp:58
Root namespace for the Image Manager interface.
Definition: c_barcode.h:24