Euclidean distance between two point clouds

版本 1.0.0.0 (542 字节) 作者: Audrey Cheong
Given point cloud A and B, get the euclidean distance of every point in B to the nearest point in A.
1.3K 次下载
更新时间 2016/10/1

查看许可证

% Calculate the euclidean distance for every point in sample point cloud to
% the closest point in the reference point cloud (number of columns must
% match)
% INPUT:
% reference = M x N matrix
% sample = P x N matrix

% OUTPUT:
% distMat = P x N matrix

引用格式

Audrey Cheong (2024). Euclidean distance between two point clouds (https://www.mathworks.com/matlabcentral/fileexchange/59377-euclidean-distance-between-two-point-clouds), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Point Cloud Processing 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0