Commit 457c6a8d authored by Ilya Lysenkov's avatar Ilya Lysenkov

Fixed documentation

parent 0bc13493
...@@ -621,7 +621,7 @@ drawChessboardCorners(img, patternsize, Mat(corners), patternfound); ...@@ -621,7 +621,7 @@ drawChessboardCorners(img, patternsize, Mat(corners), patternfound);
\textbf{Note:} the function requires some white space (like a square-thick border, the wider the better) around the board to make the detection more robust in various environment (otherwise if there is no border and the background is dark, the outer black squares could not be segmented properly and so the square grouping and ordering algorithm will fail). \textbf{Note:} the function requires some white space (like a square-thick border, the wider the better) around the board to make the detection more robust in various environment (otherwise if there is no border and the background is dark, the outer black squares could not be segmented properly and so the square grouping and ordering algorithm will fail).
\ifCpp
\cvCppFunc{findCirclesGrid} \cvCppFunc{findCirclesGrid}
Finds the centers of the cirlces' grid. Finds the centers of the cirlces' grid.
\cvdefCpp{bool findCirclesGrid( const Mat\& image, Size patternSize,\par \cvdefCpp{bool findCirclesGrid( const Mat\& image, Size patternSize,\par
...@@ -657,6 +657,7 @@ drawChessboardCorners(img, patternsize, Mat(centers), patternfound); ...@@ -657,6 +657,7 @@ drawChessboardCorners(img, patternsize, Mat(centers), patternfound);
\end{lstlisting} \end{lstlisting}
\textbf{Note:} the function requires some white space (like a square-thick border, the wider the better) around the board to make the detection more robust in various environment. \textbf{Note:} the function requires some white space (like a square-thick border, the wider the better) around the board to make the detection more robust in various environment.
\fi
\ifCPy \ifCPy
\cvCPyFunc{FindExtrinsicCameraParams2} \cvCPyFunc{FindExtrinsicCameraParams2}
......
This diff is collapsed.
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