pdal/readers_matlab 1.8.0
alg install pdal/readers_matlab
Readers.Matlab
Algorithm Description
The Matlab Reader supports readers Matlab .mat files. Data must be in a Matlab struct, with field names that correspond to Dimensions names. No ability to provide a name map is yet provided. Additionally, each array in the struct should ideally have the same number of points. The reader takes its number of points from the first array in the struct. If the array has fewer elements than the first array in the struct, the point’s field beyond that number is set to zero. This algorithm is ported from the excellent PDAL - Point Data Abstraction Library. For more information please refer to https://pdal.io.
License
BSD
Homepage
https://pdal.io/stages/readers.matlab.html
Parameters
Name | Description | Data Type | Required? |
---|---|---|---|
count | Maximum number of points to read. | integer | |
filename | Input file name. | string | |
spatialreference | Spatial reference to apply to the data. | string | |
struct | Array structure name to read. | string |
Outputs
Name | Description | Data Type |
---|---|---|
output_pipeline_json | JSON string used to configure this PDAL stage. | string |
Versions
- 1.8.0 (current)