Mech-Eye API 2.5.0
API reference documentation for Mech-Eye 3D Laser Profiler
All Classes Functions Variables Typedefs Enumerations Enumerator Pages
PointCloudTransformation.h
1#pragma once
2#include "CommonTypes.h"
3#include "profiler/Profiler.h"
4#include "api_global.h"
5namespace mmind {
6namespace eye {
19MMIND_API_EXPORT FrameTransformation getTransformationParams(Profiler& profiler);
20
29MMIND_API_EXPORT ProfileBatch::UntexturedPointCloud transformPointCloud(
30 const FrameTransformation& coordinateTransformation,
31 const ProfileBatch::UntexturedPointCloud& originalPointCloud);
32
41MMIND_API_EXPORT ProfileBatch::TexturedPointCloud transformTexturedPointCloud(
42 const FrameTransformation& coordinateTransformation,
43 const ProfileBatch::TexturedPointCloud& originalTexturedPointCloud);
44
45} // namespace eye
46} // namespace mmind