Main Content
distance
Description
returns the distance computed from the discrete distances in the truncated signed distance
field (TSDF) for each of the specified query points. If the query point belongs to a voxel
that is a distance further than dist
= distance(mTSDF
,points
)mTSDF.TruncationDistance
from the
iso-voxels of a discretized mesh, then the distance value of the query point is limited to
mTSDF.TruncationDistance
. If a query point lies inside the mesh and
mTSDF.FillInterior
is true
, then the distance value
is computed from the distance values stored around the query point based on the
interpolation method chosen.
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2024a