필터 지우기
필터 지우기

Fitting a plane to a 3D data

조회 수: 2 (최근 30일)
Ampi
Ampi 2012년 11월 6일
Hello,
My query is:- I want to fit a plane to a set of 3D data to discard outliers. What can be the matlab code for it to display only the accepted data points fitted by the plane?Any help regarding this would be appreciated.
With regards, Ampi B.
  댓글 수: 1
Matt Kindig
Matt Kindig 2012년 11월 6일
If you search the File Exchange (see link at top of your screen) for "fit points to plane", you will find a couple of functions that determine the best-fit plane to a cloud of points. You then will need to define a tolerance for the point to be "accepted"--i.e., how far from the plane can the point be for it to be considered as "on" the plane.

댓글을 달려면 로그인하십시오.

답변 (1개)

Doug Hull
Doug Hull 2012년 11월 6일
Making Matt's comment an answer:
If you search the File Exchange (see link at top of your screen) for "fit points to plane", you will find a couple of functions that determine the best-fit plane to a cloud of points. You then will need to define a tolerance for the point to be "accepted"--i.e., how far from the plane can the point be for it to be considered as "on" the plane.

카테고리

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