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 を使用してホモグラフィ行列を計算しました。このトピックの基本的な例を使用しました。そのマトリックスをどのように適用すればよいですか?...
(評判が限られたコメントを投稿できず申し訳ありません。)
はい、@ハンマーとあなたは正しいです。ウィキペディアまたはこれで述べたように:
/w'x'\ /H11 H12 H13\ /x\ |w'y'| = |H21 H22 H23|*|y| \w' / \ 0 0 1 / \1/
パラメータは全部で7つ。
ホモグラフィ行列 H を取得したら、追加された各ベクトル [x,y,1]T に計算を適用します。