Zivid C++ API  2.4.2+1a2e8cfb-1
Defining the Future of 3D Machine Vision
Classes | Namespaces | Functions
PointCloud.h File Reference
#include <Zivid/Matrix.h>
#include "Zivid/Array2D.h"
#include "Zivid/Detail/CoreExport.h"
#include "Zivid/Image.h"
#include "Zivid/Point.h"
#include "Zivid/PointCloudCompositeTypes.h"
#include "Zivid/SNR.h"
#include <iosfwd>
#include <memory>
#include <string>

Go to the source code of this file.

Classes

class  Zivid::PointCloud
 Point cloud with x, y, z, RGB color and SNR laid out on a 2D grid More...
 

Namespaces

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

Functions

ZIVID_CORE_EXPORT std::ostream & Zivid::operator<< (std::ostream &stream, const PointCloud &pointCloud)
 Serialize the value to a stream More...