Skip to content

Commit d098048

Browse files
authored
Fix typo: 'right direction' to 'y direction'.
Fix typo: 'right direction' to 'y direction' in harris corner detector tutorial.
1 parent cddf868 commit d098048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorials/features2d/trackingmotion/harris_detector/harris_detector.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ In this tutorial we will study the *corner* features, specifically.
4343
- Let's look for corners. Since corners represents a variation in the gradient in the image, we
4444
will look for this "variation".
4545
- Consider a grayscale image \f$I\f$. We are going to sweep a window \f$w(x,y)\f$ (with displacements \f$u\f$
46-
in the x direction and \f$v\f$ in the right direction) \f$I\f$ and will calculate the variation of
46+
in the x direction and \f$v\f$ in the y direction) \f$I\f$ and will calculate the variation of
4747
intensity.
4848

4949
\f[E(u,v) = \sum _{x,y} w(x,y)[ I(x+u,y+v) - I(x,y)]^{2}\f]

0 commit comments

Comments
 (0)