Skip to content

Commit 3995ad8

Browse files
committed
Make T a math symbol
1 parent e2ba36b commit 3995ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorials/imgproc/imgtrans/warp_affine/warp_affine.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Theory
7272

7373
-# We mentioned that an Affine Transformation is basically a **relation**
7474
between two images. The information about this relation can come, roughly, in two ways:
75-
-# We know both \f$X\f$ and T and we also know that they are related. Then our task is to find \f$M\f$
75+
-# We know both \f$X\f$ and \f$T\f$ and we also know that they are related. Then our task is to find \f$M\f$
7676
-# We know \f$M\f$ and \f$X\f$. To obtain \f$T\f$ we only need to apply \f$T = M \cdot X\f$. Our information
7777
for \f$M\f$ may be explicit (i.e. have the 2-by-3 matrix) or it can come as a geometric relation
7878
between points.

0 commit comments

Comments
 (0)