Fast plane fitting to many points

后端 未结 4 729
遥遥无期
遥遥无期 2020-12-17 02:49

I\'m looking to fit a plane to a set of ~ 6-10k 3D points. I\'m looking to do this as fast as possible, and accuracy is not the highest concern (frankly the plane can be off

4条回答
  •  情歌与酒
    2020-12-17 03:10

    You may try the consolidator by John D'Errico. It aggregates the points within a given tolerance, this will allow to reduce the amount of data and increase the speed. You can also check John's gridfit function which is usually faster and more flexible than griddata

提交回复
热议问题