#define ZIVID_CORE_EXPORT
Definition: CoreExport.h:101
Class describing a given resolution
Definition: Resolution.h:101
ZIVID_CORE_EXPORT size_t size() const
Get the size value of the resolution
ZIVID_CORE_EXPORT size_t height() const
Get the height value of the resolution
ZIVID_CORE_EXPORT Resolution(size_t width, size_t height)
Constructor
ZIVID_CORE_EXPORT bool operator==(const Resolution &other) const
Comparison operator
ZIVID_CORE_EXPORT bool operator!=(const Resolution &other) const
Comparison operator
ZIVID_CORE_EXPORT size_t width() const
Get the width value of the resolution
ZIVID_CORE_EXPORT std::string toString() const
Get the resolution as string
ZIVID_CORE_EXPORT Resolution resolution(const CameraInfo &cameraInfo, const Settings &settings)
The main Zivid namespace. All Zivid code is found here
Definition: Application.h:99
std::ostream & operator<<(std::ostream &stream, const Array2D< T > &array)
Serialize array information to a stream
Definition: Array2D.h:243