Mech-Eye API 2.5.1
API reference documentation for Mech-Eye Industrial 3D Camera
Loading...
Searching...
No Matches
PointCloudTransformation.h
Go to the documentation of this file.
1#pragma once
2#include "CommonTypes.h"
6#include "api_global.h"
7
8namespace mmind {
9namespace eye {
21 const PointCloud& originalPointCloud);
22
33 const FrameTransformation& coordinateTransformation, const PointCloud& originalPointCloud);
34
46transformTexturedPointCloud(const FrameTransformation& coordinateTransformation,
47 const TexturedPointCloud& originalTexturedPointCloud);
48
61 const TexturedPointCloud& originalTexturedPointCloud);
75} // namespace eye
76} // namespace mmind
#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.
Definition Camera.h:45
Defines the rigid body transformations from one reference frame to another, including the rotation ma...
Definition CommonTypes.h:113