PointCloudExportFileFormatPCD Constructor (String) |
Create PCD specification with file name
Namespace:
Zivid.NET.Experimental
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax public PCD(
string fileName
)
Public Sub New (
fileName As String
)
public:
PCD(
String^ fileName
)
Parameters
- fileName
- Type: SystemString
File name
Remarks
Sets color space to sRGB.
See Also