Path: news.mathworks.com!not-for-mail
From: "David Doria" <daviddoria@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: RQ decomposition
Date: Sat, 4 Oct 2008 15:40:36 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 5
Message-ID: <gc82pk$e87$1@fred.mathworks.com>
Reply-To: "David Doria" <daviddoria@gmail.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1223134836 14599 172.30.248.37 (4 Oct 2008 15:40:36 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 4 Oct 2008 15:40:36 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1105197
Xref: news.mathworks.com comp.soft-sys.matlab:493614


Is there an easy way to get an RQ decomposition from the included qr() function? This seems like a useful thing to include for the next release! Its very helpful in camera calibration, because to get the intrinsic parameters from a camera projection matrix, you can simply use the RQ factorization of the projection matrix.

Thanks,

Dave