show
Description
show(
visualizes the NDT map
as a point cloud. The function uses voxel means, covariances, and point counts
to generate points for the display. These points are not the points used to
build the map. The NDT map is a compressed representation of the point cloud map
that stores the voxels and their 3-D normal distributions.ndtMap
)
show(
displays points within the spatial map or submap specified by
ndtMap
,spatialExtent
)spatialExtent
.
show(___,
specifies options using one or more name-value arguments in addition to any
combination of input arguments in previous syntaxes. For example,
Name,Value
)'MarkerSize'
,6
sets the marker size to
6 points.
returns
the axes used to plot the NDT map.ax
= show(___)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021a