Commit 3170414c authored by Matt Venn's avatar Matt Venn

fixed whitespace

parent a0bfdb9b
......@@ -79,7 +79,6 @@ So to find pattern in chess board, we use the function, **cv2.findChessboardCorn
.. seealso:: Instead of chess board, we can use some circular grid, but then use the function **cv2.findCirclesGrid()** to find the pattern. It is said that less number of images are enough when using circular grid.
Once we find the corners, we can increase their accuracy using **cv2.cornerSubPix()**. We can also draw the pattern using **cv2.drawChessboardCorners()**. All these steps are included in below code:
::
import numpy as np
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment