Zivid C++ API 2.13.1+18e79e79-1
|
#include <Zivid/Color.h>
#include <Zivid/Detail/CoreExport.h>
#include <Zivid/Image.h>
#include <Zivid/Point.h>
#include <Zivid/Projection/ProjectedImage.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::Projection |
Functions | |
ZIVID_CORE_EXPORT Resolution | Zivid::Projection::projectorResolution (const Camera &camera) |
Returns the resolution of the internal projector in the Zivid camera. | |
ZIVID_CORE_EXPORT ProjectedImage | Zivid::Projection::showImage (Camera &camera, const Image< ColorBGRA > &image) |
Display a 2D color image using the projector. | |
ZIVID_CORE_EXPORT std::vector< PointXY > | Zivid::Projection::pixelsFrom3DPoints (const Camera &camera, const std::vector< PointXYZ > &points) |
Get 2D projector pixel coordinates corresponding to 3D points relative to the camera. | |