#define ZIVID_CORE_EXPORT
Definition CoreExport.h:56
The main Zivid namespace. All Zivid code is found here.
Definition Application.h:56
std::ostream & operator<<(std::ostream &stream, const Array2D< T > &array)
Serialize array information to a stream.
Definition Array2D.h:285
Signal-to-Noise ratio (SNR)
Definition SNR.h:59
ZIVID_CORE_EXPORT std::string toString() const
Get the value as string.
ValueType value
SNR value.
Definition SNR.h:64
float ValueType
The type of the SNR value.
Definition SNR.h:61
ZIVID_CORE_EXPORT bool operator!=(const SNR &rhs) const
Check for inequality.
ZIVID_CORE_EXPORT bool operator==(const SNR &rhs) const
Check for equality.