Skip to content

Commit

Permalink
fixed another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
forman committed Apr 8, 2024
1 parent cfa6b40 commit 4ae6e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/rectify.md
Expand Up @@ -185,7 +185,7 @@ The bilinear interpolation between the four coordinates is

*PA = P2 + u (P2 − P1)*
*PB = P3 + u (P4 − P3)*
*P = PA + v (BB − PA)*
*P = PA + v (PB − PA)*

Given that *P* is a known point on that surface the above can be rewritten as the two
equations in *u* and *v*
Expand Down

0 comments on commit 4ae6e84

Please sign in to comment.