QR decomposition for 8x8 matrix

版本 1.0.0 (117.5 KB) 作者: Lin Bai
QR decomposition for 8x8 matrix using Givens rotation
72.0 次下载
更新时间 2019/1/10

查看许可证

QR decomposition for 8x8 matrix, this model is used for Homography Estimation in RANSAC.
4 point pairs are randomly selected and then formed the matrix in the following way.
A =
ax1, ay1, 1, 0, 0, 0, -ax1*bx1, -ay1*bx1;
ax2, ay2, 1, 0, 0, 0, -ax2*bx2, -ay2*bx2;
ax3, ay3, 1, 0, 0, 0, -ax3*bx3, -ay3*bx3;
0, 0, 0, ax1, ay1, -1, -ax1*by1, -ay1*by1;
0, 0, 0, ax2, ay2, -1, -ax2*by2, -ay2*by2;
0, 0, 0, ax3, ay3, -1, -ax3*by3, -ay3*by3;
ax4, ay4, 1, 0, 0, 0, -ax4*bx4, -ay4*bx4;

One could easily modify it into general purpose 8x8 matrix QR decomposition.

After running the simulink model, the error is calculated by Q*R-Matrix. One could check it.

引用格式

Lin Bai (2024). QR decomposition for 8x8 matrix (https://www.mathworks.com/matlabcentral/fileexchange/69954-qr-decomposition-for-8x8-matrix), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2018b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Matrix Decomposition 的更多信息
标签 添加标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0