Zivid C++ API 2.18.0+1b44dbef-1
BoundingBox.h File Reference
#include <Zivid/Detail/UtilsExport.h>
#include <ostream>
#include <string>

Go to the source code of this file.

Classes

struct  Zivid::BoundingBox
 Defines a 2D rectangular bounding box in image coordinates. More...

Namespaces

namespace  Zivid
 The main Zivid namespace. All Zivid code is found here.

Functions

ZIVID_UTILS_EXPORT std::ostream & Zivid::operator<< (std::ostream &stream, const BoundingBox &boundingBox)
 Serialize the value to a stream.