Skip to content

Commit 7468aaa

Browse files
committed
Fix missing link warning with download role.
1 parent 8dd1240 commit 7468aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/adv4_warping.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ $
384384
Note that each element of the output coordinate is of the form $ax + by + c$. Without the 1 in the last position of the coordinate, there would have been no $+ c$ and therefore no translation!
385385

386386
The question on how to determine $H$ is left for another day. If you are curious,
387-
the [answer can be found here](homography.pdf).
387+
the {download}`answer can be found here <homography.pdf>`.
388388

389389
In the meantime, I provide some code to calculate $H$:
390390

0 commit comments

Comments
 (0)