MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::PointsLoad::MultiScanLoadSettings Struct Reference

parameters of fromMultiScanFolder More...

#include <MRMesh/MRMultiScanLoad.h>

Public Attributes

std::string posePrefix = "pose"
 file name prefix (before the numeric index) of the transformation files
std::string poseExt = ".txt"
 file name extension of the transformation files, each storing a 4x4 row-major transformation
std::string scanPrefix = "scan"
 file name prefix (before the numeric index) of the .ply files, each storing the points of one scan

Detailed Description

parameters of fromMultiScanFolder

Member Data Documentation

◆ poseExt

std::string MR::PointsLoad::MultiScanLoadSettings::poseExt = ".txt"

file name extension of the transformation files, each storing a 4x4 row-major transformation

◆ posePrefix

std::string MR::PointsLoad::MultiScanLoadSettings::posePrefix = "pose"

file name prefix (before the numeric index) of the transformation files

◆ scanPrefix

std::string MR::PointsLoad::MultiScanLoadSettings::scanPrefix = "scan"

file name prefix (before the numeric index) of the .ply files, each storing the points of one scan


The documentation for this struct was generated from the following file: