fixed error in hough lines tutorial (the point (9,4) is not on the lines, but the point (4,9) is)

Conflicts:
	doc/tutorials/imgproc/imgtrans/hough_lines/hough_lines.rst
pull/3964/head
Milania1 10 years ago committed by Dikay900
parent 614edafe73
commit b94c513cee
  1. 2
      doc/tutorials/imgproc/imgtrans/hough_lines/hough_lines.markdown

@ -55,7 +55,7 @@ Arranging the terms: \f$r = x \cos \theta + y \sin \theta\f$
-# We can do the same operation above for all the points in an image. If the curves of two -# We can do the same operation above for all the points in an image. If the curves of two
different points intersect in the plane \f$\theta\f$ - \f$r\f$, that means that both points belong to a different points intersect in the plane \f$\theta\f$ - \f$r\f$, that means that both points belong to a
same line. For instance, following with the example above and drawing the plot for two more same line. For instance, following with the example above and drawing the plot for two more
points: \f$x_{1} = 9\f$, \f$y_{1} = 4\f$ and \f$x_{2} = 12\f$, \f$y_{2} = 3\f$, we get: points: \f$x_{1} = 4\f$, \f$y_{1} = 9\f$ and \f$x_{2} = 12\f$, \f$y_{2} = 3\f$, we get:
![](images/Hough_Lines_Tutorial_Theory_2.jpg) ![](images/Hough_Lines_Tutorial_Theory_2.jpg)

Loading…
Cancel
Save