필터 지우기
필터 지우기

How to calculate the distance between a pointCloud and a planeModel?

조회 수: 5 (최근 30일)
Adrian
Adrian 2017년 7월 14일
답변: Adrian 2017년 7월 17일
Hi There! I have got two objects. I have got a Planemodel that represents a plane with a certain orientation in a certain place like so:
plane = planeModel([0 0 1 1]);
as well as a pointCloud like so:
load('object3d.mat');
I'm looking for a way to calculate the distance between the plane and the points in the point cloud, where points on one side of the plane get a positive and the other side a negative distance.

채택된 답변

Adrian
Adrian 2017년 7월 17일
I just want to add this: https://de.mathworks.com/matlabcentral/fileexchange/62096-point-plane-distance?focused=7396450&tab=function I found it after a lot more searching online, maybe it will help others who stumble across my question here.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Point Cloud Processing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by