e57FileReader
R2026bDescription
The e57FileReader object reads point cloud data from an E57 file.
Creation
Description
creates an e57Reader = e57FileReader(fileName)e57FileReader object that reads point cloud data from an E57
file. The fileName argument, which specifies the absolute or
relative path to the E57 file, sets the FileName object property.
You specify fileName as character vector or string scalar.
Properties
Object Functions
readPointCloud | Read point cloud data from E57 file |
readCRS | Read coordinate reference system data from E57 file |
hasPointCloud | Determine if another point cloud is available in E57 file |
reset | Reset e57FileReader object to first frame |


