Zivid C++ API 2.9.0+4dbba385-1
Defining the Future of 3D Machine Vision
|
#include <Zivid/Color.h>
#include <Zivid/Detail/CoreExport.h>
#include <Zivid/Detail/DataFormatUtils.h>
#include <Zivid/Point.h>
#include <iosfwd>
Go to the source code of this file.
Classes | |
struct | Zivid::PointXYZColorRGBA |
Struct which contains XYZ point and RGBA color packed together More... | |
struct | Zivid::PointXYZColorBGRA |
Struct which contains XYZ point and BGRA color packed together More... | |
Namespaces | |
namespace | Zivid |
The main Zivid namespace. All Zivid code is found here | |
Functions | |
ZIVID_CORE_EXPORT std::ostream & | Zivid::operator<< (std::ostream &stream, const PointXYZColorRGBA &pc) |
Serialize the value to a stream More... | |
Zivid::ZIVID_STATIC_ASSERT_DATA_FORMAT_TYPE (PointXYZColorRGBA, 16) | |
ZIVID_CORE_EXPORT std::ostream & | Zivid::operator<< (std::ostream &stream, const PointXYZColorBGRA &pc) |
Serialize the value to a stream More... | |
Zivid::ZIVID_STATIC_ASSERT_DATA_FORMAT_TYPE (PointXYZColorBGRA, 16) | |