资源简介

las文件是激光点云数据文件,此程序用于通过matlab、读取las文件

资源截图

代码片段和文件信息

function A = LASreadAll(infilename)
% LASREADALL reads in all variables from a LAS 1.x data file (used with lidar data) 
%
% INPUT
% infilename: input file name  (for example ‘myinfile.las‘) 
%           
% OUTPUT
% A:    This is a structure containing all the data in the file.
%         See the file documentation for more information:
% http://www.asprs.org/Committee-General/LASer-LAS-File-Format-Exchange-Activities.html

% EXAMPLE
% A = LASreadAll(‘infile.las‘)
%
% Cici Alexander
%     September 2008 (updated 26.09.2008)
% Amy Farris (afarris@usgs.gov) 
%      November 2013 Substatially altered to read in all variables from the file

% This file has the capability to load data files using any 1 of 5 formats.
% However I was only able to test it with one of the for

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      11456  2015-05-12 10:58  LASreadAll.m

----------- ---------  ---------- -----  ----

                11456                    1


评论

共有 条评论