Zivid C++ API 2.9.0+4dbba385-1
Defining the Future of 3D Machine Vision
|
#include <Zivid/Detail/CoreExport.h>
#include <Zivid/Detail/DataFormatUtils.h>
#include <cstdint>
#include <iosfwd>
#include <string>
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | Zivid::ColorRGBABase< T > |
struct | Zivid::ColorRGBA |
Color with 8-bit red, green, blue and alpha channels More... | |
struct | Zivid::ColorBGRABase< T > |
struct | Zivid::ColorBGRA |
Color with 8-bit blue, green, red and alpha channels More... | |
Namespaces | |
namespace | Zivid |
The main Zivid namespace. All Zivid code is found here | |
Functions | |
template<typename T > | |
std::ostream & | Zivid::operator<< (std::ostream &stream, const ColorRGBABase< T > &color) |
Serialize the value to a stream More... | |
Zivid::ZIVID_STATIC_ASSERT_DATA_FORMAT_TYPE (ColorRGBA, 4) | |
template<typename T > | |
std::ostream & | Zivid::operator<< (std::ostream &stream, const ColorBGRABase< T > &color) |
Serialize the value to a stream More... | |
Zivid::ZIVID_STATIC_ASSERT_DATA_FORMAT_TYPE (ColorBGRA, 4) | |