90 const std::vector<PointXYZ> &points);
#define ZIVID_CORE_EXPORT
Definition CoreExport.h:56
Interface to one Zivid camera.
Definition Camera.h:69
A 2-dimensional image.
Definition Image.h:85
A handle to a 2D image being displayed on Zivid camera's projector.
Definition ProjectedImage.h:64
Class describing a resolution with a width and a height.
Definition Resolution.h:56
ZIVID_CORE_EXPORT Resolution projectorResolution(const Camera &camera)
Returns the resolution of the internal projector in the Zivid camera.
ZIVID_CORE_EXPORT std::vector< PointXY > pixelsFrom3DPoints(const Camera &camera, const std::vector< PointXYZ > &points)
Get 2D projector pixel coordinates corresponding to 3D points relative to the camera.
ZIVID_CORE_EXPORT ProjectedImage showImage(Camera &camera, const Image< ColorBGRA > &image)
Display a 2D color image using the projector.
The main Zivid namespace. All Zivid code is found here.
Definition Application.h:56