segmentAerialLidarVegetation
Syntax
Description
vegetationPtsIdx = segmentAerialLidarVegetation(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 vegetation points and non-vegetation points as individual
          vegetationPtsIdx,nonVegetationPtCloud,vegetationPtCloud] = segmentAerialLidarVegetation(ptCloud)pointCloud objects.
[___] = segmentAerialLidarVegetation(___,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
