scanContextDistance
Description
computes the normalized distance between scan context descriptors. Determine
loop closure candidates using the computed distance.dist
= scanContextDistance(descriptor1
,descriptor2
)
A scan context descriptor is a 2-D global feature descriptor for a point cloud
that can be used to detect loop closures. To extract a scan context descriptor
from a point cloud, use the scanContextDescriptor
function.
Examples
Input Arguments
Output Arguments
Algorithms
The function computes the distance between scan context descriptors using a modified cosine distance and normalizes it to the range [
0
to1
).
References
[1] G. Kim and A. Kim, "Scan Context: Egocentric Spatial Descriptor for Place Recognition Within 3D Point Cloud Map," 2018 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 2018, pp. 4802-4809, doi: 10.1109/IROS.2018.8593953.
Extended Capabilities
Version History
Introduced in R2020b