segmentAerialLidarBuildings
Syntax
Description
segments the building points and non-building points from the input unorganized point cloud
buildingPtsIdx
= segmentAerialLidarBuildings(ptCloud
)ptCloud
using a pretrained PointNet++ model and returns the building
point indices..
Note
The input point cloud dimensions must be in meters.
This function requires Deep Learning Toolbox™.
[
additionally returns the building points and non-building points as individual
buildingPtsIdx
,nonBuildingPtCloud
,buildingPtCloud
] = segmentAerialLidarBuildings(ptCloud
)pointCloud
objects.
[___] = segmentAerialLidarBuildings(___,ExecutionEnvironment=
specifies the execution environment for the function in addition to any combination of
arguments from previous syntaxes.env
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022b