OrbbecSDK 2.5.5
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
Loading...
Searching...
No Matches
ob::PointCloudHelper Class Reference

#include <Utils.hpp>

Static Public Member Functions

static bool savePointcloudToPly (const char *fileName, std::shared_ptr< ob::Frame > frame, bool saveBinary, bool useMesh, float meshThreshold)
 save point cloud to ply file.

Detailed Description

Definition at line 169 of file Utils.hpp.

Member Function Documentation

◆ 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]fileNamePoint cloud save path
[in]framePoint cloud frame
[in]saveBinaryBinary or textual,true: binary, false: textual
[in]useMeshSave mesh or not, true: save as mesh, false: not save as mesh
[in]meshThresholdDistance 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: