zalo / zalo.github.io

A home for knowledge that is hard to find elsewhere
https://zalo.github.io
MIT License
212 stars 16 forks source link

Line Fitting in 3D - Sublucid Geometry #23

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Line Fitting in 3D - Sublucid Geometry

Orthogonal Regression is the process of finding the line that best fits a set of points by minimizing their squared orthogonal distances to it.

https://zalo.github.io/blog/line-fitting/

Squelsh commented 1 year ago

Great description! Thanks a lot for your work! My implementation on a robot controller (where no linear algebra framework is available) works like a charm :)