Need help with method of least squares
- From: pereges <Broli00@xxxxxxxxx>
- Date: Mon, 4 Aug 2008 02:21:09 -0700 (PDT)
Hello, I've been writing some program for calculating the principal
radii of curvature for a triangular mesh. I've been following this
thesis :
http://www.cs.princeton.edu/gfx/pubs/_2004_ECA/curvpaper.pdf
I got stuck up in page number 3, section 3.1 "Per face curvature
Computation"
He calculates a matrix lets call it A :
A00 = (del n / del u) dot u
A01 = (del n / del v) dot u
A10 = (del n / del u) dot v
A11 = (del n / del v) dot v
Now it seems he wants to calculate del n / del u and del n / del v
which give the principal radii of curvature.
There are three matrix equations given in the same page with a
triangle diagram. What I don't understand is why we want to solve
three equations when only two variables (del n / del u and del n / del
v) are needed. Further in the same page he says that they use method
of least squares to solve the equations. What is this method of least
squares in this context ?
.
- Follow-Ups:
- Re: Need help with method of least squares
- From: toni . lassila
- Re: Need help with method of least squares
- Prev by Date: How to solve problem with product type?
- Next by Date: Re: taylor polynomial remainder question
- Previous by thread: How to solve problem with product type?
- Next by thread: Re: Need help with method of least squares
- Index(es):