Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] linear_least_squares_[23]

Subject: CGAL users discussion list

List archive

[cgal-discuss] linear_least_squares_[23]


Chronological Thread 
  • From: ganders <>
  • To:
  • Subject: [cgal-discuss] linear_least_squares_[23]
  • Date: Wed, 13 Jan 2010 08:12:11 -0800 (PST)


Dear CGAL-team,

I am searching for a method that calculates a fitting line in terms of a
total-least-squares (TLS) approach for 3D points. As input I would like to
provide a matrix with the x/y/z coordinates and as output I would like to
receive two points describing the straight line. It looks that
linear_least_squares_fitting_3 is exactly that what I am looking for. But I
am not sure if it really calculates the TLS or the different
linear-least-squares (LLS) solution. May I ask you to tell me what approach
is implemented (TLS or LLS)? Thanks a lot in advance.

Cheers,
Gerd
--
View this message in context:
http://n4.nabble.com/linear-least-squares-23-tp1013139p1013139.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page