We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d090ed commit 6b6554fCopy full SHA for 6b6554f
project-3/proj3.html
@@ -74,8 +74,22 @@ <h3>Part 2</h3>
74
)
75
</code></pre>
76
77
+<p>
78
we can obtain the system of equations
79
+</p>
80
+<div align="center">
81
+<img src="images/equation.png" alt="equation.png" width="50%">
82
+</div>
83
84
+which produces the homography matrix
85
86
+<pre><code>
87
+[[ 5.07543229e-01 -9.06493462e-02 4.94054627e+02]
88
+ [-5.71786088e-02 8.91384807e-01 -1.81376979e+01]
89
+ [-5.12480937e-04 8.13734006e-05 1.00000000e+00]]
90
+</code></pre>
91
92
+This will allow us to wrap the right image such that the window above will match the one in the center image.
93
94
<h3>Part 3</h3>
95
<p>
0 commit comments