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