#include <Utils.hpp>
|
| static bool | savePointcloudToPly (const char *fileName, std::shared_ptr< ob::Frame > frame, bool saveBinary, bool useMesh, float meshThreshold) |
| | save point cloud to ply file.
|
Definition at line 169 of file Utils.hpp.
◆ savePointcloudToPly()
| bool ob::PointCloudHelper::savePointcloudToPly |
( |
const char * | fileName, |
|
|
std::shared_ptr< ob::Frame > | frame, |
|
|
bool | saveBinary, |
|
|
bool | useMesh, |
|
|
float | meshThreshold ) |
|
inlinestatic |
save point cloud to ply file.
- Parameters
-
| [in] | fileName | Point cloud save path |
| [in] | frame | Point cloud frame |
| [in] | saveBinary | Binary or textual,true: binary, false: textual |
| [in] | useMesh | Save mesh or not, true: save as mesh, false: not save as mesh |
| [in] | meshThreshold | Distance threshold for creating faces in point cloud,default value :50 |
- Returns
- bool save point cloud result
Definition at line 182 of file Utils.hpp.
The documentation for this class was generated from the following file:
- E:/jenkins/workspace/OrbbecSDK/build_sdk/OpenOrbbecSDK/include/libobsensor/hpp/Utils.hpp