Zivid C++ API 2.10.1+50b274e8-7
Defining the Future of 3D Machine Vision
Namespaces | Functions
Projection.h File Reference
#include <Zivid/Color.h>
#include <Zivid/Detail/CoreExport.h>
#include <Zivid/Experimental/ProjectedImage.h>
#include <Zivid/Image.h>
#include <Zivid/Point.h>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  Zivid
 The main Zivid namespace. All Zivid code is found here
 
namespace  Zivid::Experimental
 
namespace  Zivid::Experimental::Projection
 

Functions

ZIVID_CORE_EXPORT Resolution Zivid::Experimental::Projection::projectorResolution (const Camera &camera)
 Returns the resolution of the internal projector in the Zivid camera More...
 
ZIVID_CORE_EXPORT ProjectedImage Zivid::Experimental::Projection::showImage (Camera &camera, const Image< ColorBGRA > &image)
 Display a 2D color image using the projector More...
 
ZIVID_CORE_EXPORT std::vector< PointXY > Zivid::Experimental::Projection::pixelsFrom3DPoints (const Camera &camera, const std::vector< PointXYZ > &points)
 Get 2D projector pixel coordinates corresponding to 3D points relative to the camera More...