forum.alglib.net

ALGLIB forum
It is currently Thu Mar 28, 2024 8:09 am

All times are UTC


Forum rules


1. This forum can be used for discussion of both ALGLIB-related and general numerical analysis questions
2. This forum is English-only - postings in other languages will be removed.



Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: two-dimensional second order polynomial parameter estimation
PostPosted: Thu Jan 22, 2015 9:50 am 
Offline

Joined: Thu Jan 22, 2015 9:42 am
Posts: 1
Hi,

I'm just beginning to work with ALGLIB and have some difficulties to implement a curve-fitting solution. I have a set of 3D point (X,Y,H), where X and Y are pixel coordinates and H is a value, and I want to fit a curve/plane so I can determine for each (X,Y) pair the H-value. Experience-based I know the function to describe this relation is f(x,y) = A + Bx + C y + D x^2 + Exy + F y^2. What I want to receive is the values of A,B,C,D,E and F (all constants).
Can anybody help to setup the code to perform such a task (if possible) with ALGLIB. I have looked into many examples and comments, but seem not capable of finding how to perform this.

Thanks in advance.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 11 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group