53 namespace Experimental
#define ZIVID_CORE_EXPORT
Definition CoreExport.h:56
Pixel mapping from subsampled to full resolution.
Definition PixelMapping.h:60
ZIVID_CORE_EXPORT std::string toString() const
Get string representation.
int colStride() const
Col stride.
Definition PixelMapping.h:85
ZIVID_CORE_EXPORT bool operator!=(const PixelMapping &rhs) const
Check for inequality.
float colOffset() const
Offset in x, or column.
Definition PixelMapping.h:99
ZIVID_CORE_EXPORT bool operator==(const PixelMapping &rhs) const
Check for equality.
float rowOffset() const
Offset in y, or row.
Definition PixelMapping.h:92
PixelMapping(const int rowStride, const int colStride, const float rowOffset, const float colOffset)
Definition PixelMapping.h:69
int rowStride() const
Row stride.
Definition PixelMapping.h:78
PixelMapping()
Definition PixelMapping.h:62
ZIVID_CORE_EXPORT std::ostream & operator<<(std::ostream &stream, const PixelMapping &pixelMapping)
Serialize the value to a stream.
The main Zivid namespace. All Zivid code is found here.
Definition Application.h:56