2#include "CommonTypes.h"
3#include "profiler/Profiler.h"
19MMIND_API_EXPORT FrameTransformation getTransformationParams(Profiler& profiler);
29MMIND_API_EXPORT ProfileBatch::UntexturedPointCloud transformPointCloud(
30 const FrameTransformation& coordinateTransformation,
31 const ProfileBatch::UntexturedPointCloud& originalPointCloud);
41MMIND_API_EXPORT ProfileBatch::TexturedPointCloud transformTexturedPointCloud(
42 const FrameTransformation& coordinateTransformation,
43 const ProfileBatch::TexturedPointCloud& originalTexturedPointCloud);