Fitting a plane to a 3D data

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 comentario

Matt Kindig
Matt Kindig el 6 de Nov. de 2012
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.

Iniciar sesión para comentar.

Respuestas (1)

Doug Hull
Doug Hull el 6 de Nov. de 2012

0 votos

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.

Etiquetas

Aún no se han introducido etiquetas.

Preguntada:

el 6 de Nov. de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by