segmentation -凯发k8网页登录
semantic segmentation clusters the points of a 3-d point
cloud by using their similar characteristics, and associates each point with a class
label such as car
, building
,
ground
, or vegetation
.
you can segment a point cloud based on edges, neighboring point properties, and geometric shapes such as cuboid, plane, and cylinder. lidar toolbox™ includes functions and workflows for geometric segmentation of point clouds. for more information, see the example.
lidar toolbox also supports semantic segmentation using deep learning. you can use the included pretrained pointseg, squeezesegv2, and pointnet convolutional neural networks (cnns) or develop custom segmentation models. for a segmentation workflow using a pointnet network, see .
functions
topics
learn point cloud processing using deep learning.
assign class labels to each point inside a point cloud using deep learning.
define a pointnet network and use it to perform semantic segmentation.
- (deep learning toolbox)
learn how to use datastores in deep learning applications.
- (deep learning toolbox)
discover all the deep learning layers in matlab®.