Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用 OpenCV 和 Visual Studio 计算了单应矩阵。我已经使用了这个主题的基本示例。我应该如何应用该矩阵?...
(对不起,我无法发表声誉有限的评论。)
是的,@Hammer,你是对的。正如维基百科或这个:
/w'x'\ /H11 H12 H13\ /x\ |w'y'| = |H21 H22 H23|*|y| \w' / \ 0 0 1 / \1/
共7个参数。
获得单应矩阵 H 后,将计算应用于每个附加向量 [x,y,1]T。