103 namespace Experimental
137 const std::vector<PointXYZ> &points);
#define ZIVID_CORE_EXPORT
Definition: CoreExport.h:101
Interface to one Zivid camera
Definition: Camera.h:113
A handle to a 2D image being displayed on Zivid camera's projector
Definition: ProjectedImage.h:109
A 2-dimensional image
Definition: Image.h:115
Class describing a given resolution
Definition: Resolution.h:101
ZIVID_CORE_EXPORT Resolution projectorResolution(const Camera &camera)
Returns the resolution of the internal projector in the Zivid camera
ZIVID_CORE_EXPORT ProjectedImage showImage(Camera &camera, const Image< ColorBGRA > &image)
Display a 2D color image using the projector
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
The main Zivid namespace. All Zivid code is found here
Definition: Application.h:99