Euclidean distance between two point clouds

Given point cloud A and B, get the euclidean distance of every point in B to the nearest point in A.
1,3K download
Aggiornato 1 ott 2016

Visualizza la licenza

% 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

Cita come

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. Recuperato .

Compatibilità della release di MATLAB
Creato con R2016a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0