Skip to content

Commit

Permalink
Merge pull request #2 from TheYves/patch-1
Browse files Browse the repository at this point in the history
Fixed Typo ;)
  • Loading branch information
luigidr committed Nov 23, 2015
2 parents d49800e + a02c67f commit 486ac69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/05 - Camera Calibration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Its parameters are:
- ``CV_CALIB_CB_FILTER_QUADS`` Use additional criteria (like contour area, perimeter, square-like shape) to filter out false quads extracted at the contour retrieval stage.
- ``CALIB_CB_FAST_CHECK`` Run a fast check on the image that looks for chessboard corners, and shortcut the call if none is found. This can drastically speed up the call in the degenerate condition when no chessboard is observed.

.. warning:: Before doing the ``findChessboardCorners`` convert the image to gayscale and save the board size into a Size variable:
.. warning:: Before doing the ``findChessboardCorners`` convert the image to grayscale and save the board size into a Size variable:

.. code-block:: java
Expand Down

0 comments on commit 486ac69

Please sign in to comment.