Specification for saving frame in PCD (*.pcd) format.
More...
#include <Zivid/Experimental/PointCloudExport.h>
Specification for saving frame in PCD (*.pcd) format.
PCD is a file format native to the Point Cloud Library (PCL). To learn more about the PCD file format, see https://pcl.readthedocs.io/projects/tutorials/en/latest/pcd_file_format.html#pcd-file-format.
◆ PCD() [1/2]
ZIVID_CORE_EXPORT Zivid::Experimental::PointCloudExport::FileFormat::PCD::PCD |
( |
const std::string & | fileName | ) |
|
|
explicit |
Create PCD specification with file name.
Sets color space to sRGB.
- Parameters
-
◆ PCD() [2/2]
Create PCD specification with file name and color space.
- Parameters
-
fileName | File name |
colorSpace | Color space |
◆ colorSpace()
Get the color space of PCD specification.
◆ fileName()
ZIVID_CORE_EXPORT const std::filesystem::path & Zivid::Experimental::PointCloudExport::FileFormat::PCD::fileName |
( |
| ) |
const |
◆ toString()
ZIVID_CORE_EXPORT std::string Zivid::Experimental::PointCloudExport::FileFormat::PCD::toString |
( |
| ) |
const |
Get string representation of PCD specification.
◆ canLoad
bool Zivid::Experimental::PointCloudExport::FileFormat::PCD::canLoad { false } |
|
staticconstexpr |
◆ defaultExtension
const char* Zivid::Experimental::PointCloudExport::FileFormat::PCD::defaultExtension { ".pcd" } |
|
staticconstexpr |
◆ description
const char* Zivid::Experimental::PointCloudExport::FileFormat::PCD::description { "Point Cloud Data File" } |
|
staticconstexpr |
The documentation for this class was generated from the following file: