closestBoundary
Syntax
Description
returns the closest boundary locations for a subregion of the signed distance map,
boundary
= closestBoundary(map
,cornerLocation
,matSize
)map
. The subregion starts in the minimum corner location
cornerLocation
in the world coordinate frame with a given map size
matSize
.
returns the closest boundary locations for a subregion of the signed distance map,
boundary
= closestBoundary(map
,cornerLocation
,matSize
,frame
)map
. The subregion starts in the minimum corner location
cornerLocation
in the coordinate frame frame
.
Note
When specifying a corner location and map size, closestBoundary
determines the closest boundary locations using the distances between cell centers
within the rectangular query region.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2023a