Read and write PCD (Point Cloud Data) files with MATLAB
- Supports reading and writing of PCD files in Matlab
- Supports ascii, binary and binary_compressed data formats
- Only Matlab required for reading and writing
binaryorasciiPCD files - .NET Framework 4.7.2 Runtime installed for reading and writing
binary_compressedPCD files
- .NET dynamic link library already provided (
\lib\CLZF.dll) and rebuild should not be necessary - If you want to build it yourself:
-> Open...\src\CLZF\CLZF.slnin Visual Studio (2017 - 2022 recommended) with .NET Framework 4.7.2 Developer Pack installed
-> Build -> Rebuild Solution
-> Copy from\src\CLZF\bin\$(Configuration)\CLZF.dllto\lib\CLZF.dll - If you can not target .NET Framework 4.7.2 choose one of the other supported target frameworks
You can also find this library on the Matlab File Exchange
LZF De-/Compression algorithms by Oren J. Maurice (2005)
License included in Visual Studio source and Readme.md next to VS project ( ...\src\CLZF )