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.
2 parents e2ba36b + 3995ad8 commit e9c3e1aCopy full SHA for e9c3e1a
doc/tutorials/imgproc/imgtrans/warp_affine/warp_affine.markdown
@@ -72,7 +72,7 @@ Theory
72
73
-# We mentioned that an Affine Transformation is basically a **relation**
74
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$
+ -# 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$
76
-# 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
77
for \f$M\f$ may be explicit (i.e. have the 2-by-3 matrix) or it can come as a geometric relation
78
between points.
0 commit comments