help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gsl] how to get a matrix to transform point set P to point set Q?


From: yaoyansi
Subject: [Help-gsl] how to get a matrix to transform point set P to point set Q?
Date: Wed, 3 Mar 2010 13:20:08 +0800 (CST)

hi, all
I am new to GSL, and I have a question, but I don't know how to solve this 
problem by GSL.
My question is:
Given two point sets P={p0,...,pn} and Q={q0,...,qn},  I want to get a matrix M 
to transform P to Q'={q0',...,qn'}, that is:
      Q'=P*M
The constraint condition is let the SUM has the minimum value:
SUM=|q0-q0'|^2 + |q1-q1'|^2 + ... + |qn-qn'|^2;

Thank you.

Best regards
yaoyansi





reply via email to

[Prev in Thread] Current Thread [Next in Thread]