Plane fit

バージョン 1.1.0.0 (1.63 KB) 作成者: Adrien Leygue
Fits a plane to a set of data points by minimizing the normal quadratic distance
ダウンロード: 9.9K
更新 2014/12/4

ライセンスの表示

Given a set of points (3D) this function computes the plane that fits best those points by minimizing the sum of the quadratic distances (perpendicular to the plane) between the plane and the points.
The fit is performed by computing the eigen-values/vectors associated to the distribution of points.

The code actually works in any dimension (>=2)

Nothing new, just classical linear algebra.

引用

Adrien Leygue (2024). Plane fit (https://www.mathworks.com/matlabcentral/fileexchange/43305-plane-fit), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2014a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersQuadratic Programming and Cone Programming についてさらに検索
謝辞

ヒントを得たファイル: Plane Fitting and Normal Calculation

ヒントを与えたファイル: threepoints2planez

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

added an example & screenshot

1.0.0.0