PointCloudExportFileFormatPCD Constructor (String, PointCloudExportColorSpace, PointCloudExportIncludeNormals) |
Create PCD specification with file name, color space and normals
Namespace:
Zivid.NET.Experimental
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
Syntaxpublic PCD(
string fileName,
PointCloudExportColorSpace colorSpace,
PointCloudExportIncludeNormals includeNormals
)
Public Sub New (
fileName As String,
colorSpace As PointCloudExportColorSpace,
includeNormals As PointCloudExportIncludeNormals
)
public:
PCD(
String^ fileName,
PointCloudExportColorSpace colorSpace,
PointCloudExportIncludeNormals includeNormals
)
Parameters
- fileName
- Type: SystemString
File name - colorSpace
- Type: Zivid.NET.ExperimentalPointCloudExportColorSpace
Color space - includeNormals
- Type: Zivid.NET.ExperimentalPointCloudExportIncludeNormals
Include normals
See Also