#define ZIVID_UTILS_EXPORT
Definition UtilsExport.h:56
The main Zivid namespace. All Zivid code is found here.
Definition Application.h:85
std::ostream & operator<<(std::ostream &stream, const Array1D< T > &array)
Serialize array information to a stream.
Definition Array1D.h:183
Disparity value.
Definition Disparity.h:58
ZIVID_UTILS_EXPORT bool operator==(const Disparity &rhs) const
Check for equality.
ZIVID_UTILS_EXPORT std::string toString() const
Get the value as string.
float ValueType
The type of the disparity value.
Definition Disparity.h:60
ValueType value
Disparity value.
Definition Disparity.h:63
ZIVID_UTILS_EXPORT bool operator!=(const Disparity &rhs) const
Check for inequality.