showDynamicMap
Description
showDynamicMap(
plots the dynamic
occupancy grid map in the local coordinates. The static cells are shown using grayscale
images, in which the grayness represents the occupancy probability of the cell. The dynamic
cells are shown using HSV (hue, saturation, and value) values on an RGB colormap:tracker
)
Hue — The orientation angle of the velocity vector divided by 360. As hue increases from 0 to 1, the color changes in the order of red to orange, yellow, green, cyan, blue, magenta, and back to red.
Saturation — The Mahalanobis distance (d) between the velocity distribution of the grid cell and the zero velocity. A cell with d > 4 is drawn with full saturation.
Value — The occupancy probability of the cell.
showDynamicMap(
specifies options using one or more name-value pair arguments. Enclose each Name in quotes.
For example, tracker
,Name,Value
)showDynamicMap(myTracker,"PlotVelocity",true)
plots the
dynamic map for myTracker
with velocity plotting enabled.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2020b