Read point cloud data from a LAS or LAZ file
[
reads specified point attributes, ptCloud
,ptAttributes
] = readPointCloud(lasReader
,'Attributes',ptAtt
)ptAtt
, from a LAS or LAZ file. In
addition to the point cloud, the function returns a structure,
ptAttributes
, containing the specified attributes of each point in
the point cloud.
[___] = readPointCloud(___,
specifies options using one or more name-value pair arguments in addition to any of the
argument combinations in previous syntaxes. For example,
Name,Value
)'ROI'
,[5 10 5 10 5 10]
sets the region of interest
(ROI) in which the function reads the point cloud.