![]() |
Zivid C++ API 2.18.0+1b44dbef-1
|
#include <Zivid/Disparity.h>
Public Types | |
| using | ValueType = float |
| The type of the disparity value. | |
Public Member Functions | |
| ZIVID_UTILS_EXPORT std::string | toString () const |
| Get the value as string. | |
| ZIVID_UTILS_EXPORT bool | operator== (const Disparity &rhs) const |
| Check for equality. | |
| ZIVID_UTILS_EXPORT bool | operator!= (const Disparity &rhs) const |
| Check for inequality. | |
Public Attributes | |
| ValueType | value |
| Disparity value. | |
Disparity value.
| using Zivid::Disparity::ValueType = float |
The type of the disparity value.
| ZIVID_UTILS_EXPORT bool Zivid::Disparity::operator!= | ( | const Disparity & | rhs | ) | const |
Check for inequality.
| ZIVID_UTILS_EXPORT bool Zivid::Disparity::operator== | ( | const Disparity & | rhs | ) | const |
Check for equality.
| ZIVID_UTILS_EXPORT std::string Zivid::Disparity::toString | ( | ) | const |
Get the value as string.