Euclidean distance between two point clouds

버전 1.0.0.0 (542 Bytes) 작성자: 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