Mech-Eye API
2.6.0
API reference documentation for Mech-Eye Industrial 3D Camera
Toggle main menu visibility
Loading...
Searching...
No Matches
area_scan_3d_camera
PointCloudTransformation.h
1
#pragma once
2
#include "CommonTypes.h"
3
#include "area_scan_3d_camera/Frame3D.h"
4
#include "area_scan_3d_camera/Frame2DAnd3D.h"
5
#include "area_scan_3d_camera/Camera.h"
6
#include "api_global.h"
7
8
namespace
mmind {
9
namespace
eye {
19
20
MMIND_API_EXPORT PointCloud transformPointCloud(
const
FrameTransformation
& coordinateTransformation,
21
const
PointCloud& originalPointCloud);
22
32
MMIND_API_EXPORT PointCloudWithNormals transformPointCloudWithNormals(
33
const
FrameTransformation
& coordinateTransformation,
const
PointCloud& originalPointCloud);
34
45
MMIND_API_EXPORT TexturedPointCloud
46
transformTexturedPointCloud(
const
FrameTransformation
& coordinateTransformation,
47
const
TexturedPointCloud& originalTexturedPointCloud);
48
59
MMIND_API_EXPORT TexturedPointCloudWithNormals
60
transformTexturedPointCloudWithNormals(
const
FrameTransformation
& coordinateTransformation,
61
const
TexturedPointCloud& originalTexturedPointCloud);
74
MMIND_API_EXPORT
FrameTransformation
getTransformationParams(
Camera
& camera);
75
}
// namespace eye
76
}
// namespace mmind
mmind::eye::Camera
Operates the camera. Use Camera::connect to connect an available camera, and then call the correspond...
Definition
Camera.h:55
mmind::eye::FrameTransformation
Defines the rigid body transformations from one reference frame to another, including the rotation ma...
Definition
CommonTypes.h:113
Generated by
1.17.0