34#include "CommonTypes.h"
35#include "profiler/Profiler.h"
36#include "api_global.h"
51MMIND_API_EXPORT FrameTransformation getTransformationParams(Profiler& profiler);
61MMIND_API_EXPORT ProfileBatch::UntexturedPointCloud transformPointCloud(
62 const FrameTransformation& coordinateTransformation,
63 const ProfileBatch::UntexturedPointCloud& originalPointCloud);
73MMIND_API_EXPORT ProfileBatch::TexturedPointCloud transformTexturedPointCloud(
74 const FrameTransformation& coordinateTransformation,
75 const ProfileBatch::TexturedPointCloud& originalTexturedPointCloud);