Zivid C++ API 2.11.1+de9b5dae-1
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.
 
ZIVID_CORE_EXPORT ProjectedImage Zivid::Experimental::Projection::showImage (Camera &camera, const Image< ColorBGRA > &image)
 Display a 2D color image using the projector.
 
ZIVID_CORE_EXPORT std::vector< PointXYZivid::Experimental::Projection::pixelsFrom3DPoints (const Camera &camera, const std::vector< PointXYZ > &points)
 Get 2D projector pixel coordinates corresponding to 3D points relative to the camera.