Download a ZIP file containing an E57 file, and then unzip the file.
zipFile = matlab.internal.examples.downloadSupportFile("lidar","data/e57ParkingLot.zip");
saveFolder = fileparts(zipFile);
e57FileName = [saveFolder filesep 'parkingLot.e57'];
if ~exist(e57FileName,"file")
unzip(zipFile,saveFolder)
end
Create an e57FileReader object.
e57Reader = e57FileReader(e57FileName);
Inspect the values of the NumPointClouds and PointCloudIndex properties of the e57Reader object.
disp(e57Reader.NumPointClouds);
19
disp(e57Reader.PointCloudIndex);
1
Read the last point cloud from the E57 file and verify that the readPointCloud object function advances the PointCloudIndex property to the next value after NumPointClouds.
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Seleccione un país/idioma
Seleccione un país/idioma para obtener contenido traducido, si está disponible, y ver eventos y ofertas de productos y servicios locales. Según su ubicación geográfica, recomendamos que seleccione: .
También puede seleccionar uno de estos países/idiomas:
Cómo obtener el mejor rendimiento
Seleccione China (en idioma chino o inglés) para obtener el mejor rendimiento. Los sitios web de otros países no están optimizados para ser accedidos desde su ubicación geográfica.