Help CenterHelp Center
Collect blocks of blocked point cloud into workspace
Since R2022a
ptCloud = gather(bpc)
example
ptCloud = gather(bpc) collects all the blocks of the blockedPointCloud object bpc, assembles them, and returns a single pointCloud object, ptCloud.
ptCloud
bpc
blockedPointCloud
pointCloud
collapse all
Create a blocked point cloud from a LAZ file.
pcfile = fullfile(toolboxdir("lidar"),"lidardata", ... "las","aerialLidarData.laz"); bpc = blockedPointCloud(pcfile,[50 50]);
Collect the blocks of the blocked point cloud, and assemble them into a single point cloud in the workspace.
.
ptCloud = gather(bpc);
Plot the assembled point cloud.
pcshow(ptCloud.Location)
Blocked point cloud, specified as a blockedPointCloud object.
Assembled point cloud, returned as a pointCloud object.
Introduced in R2022a
blockedPointCoud
この例の変更されたバージョンがあります。編集された方の例を開きますか?
次の MATLAB コマンドに対応するリンクがクリックされました。
コマンドを MATLAB コマンド ウィンドウに入力して実行してください。Web ブラウザーは MATLAB コマンドをサポートしていません。
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office