#define MMIND_API_EXPORT
Definition api_global.h:48
Represents a 2D container of data.
Definition Array2D.h:17
Operates the camera. Use Camera::connect to connect an available camera, and then call the correspond...
Definition Camera.h:55
MMIND_API_EXPORT TexturedPointCloud transformTexturedPointCloud(const FrameTransformation &coordinateTransformation, const TexturedPointCloud &originalTexturedPointCloud)
Transforms the reference frame of a textured point cloud.
MMIND_API_EXPORT PointCloud transformPointCloud(const FrameTransformation &coordinateTransformation, const PointCloud &originalPointCloud)
Transforms the reference frame of a point cloud.
MMIND_API_EXPORT FrameTransformation getTransformationParams(Camera &camera)
Obtains the rigid body transformations of the custom reference frame of a camera. The custom referenc...
MMIND_API_EXPORT TexturedPointCloudWithNormals transformTexturedPointCloudWithNormals(const FrameTransformation &coordinateTransformation, const TexturedPointCloud &originalTexturedPointCloud)
Transforms the reference frame of a textured point cloud with normals.
MMIND_API_EXPORT PointCloudWithNormals transformPointCloudWithNormals(const FrameTransformation &coordinateTransformation, const PointCloud &originalPointCloud)
Transforms the reference frame of a point cloud with normals.