mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
Added a printable asymmetric pattern of circles
This commit is contained in:
parent
7d158f0fa5
commit
850f215305
BIN
doc/acircles_pattern.png
Normal file
BIN
doc/acircles_pattern.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 303 KiB |
@ -660,7 +660,11 @@ bool patternfound = findCirclesGrid(gray, patternsize, centers);
|
||||
drawChessboardCorners(img, patternsize, Mat(centers), patternfound);
|
||||
\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.
|
||||
You can find a printable asymmetric pattern of circles in the OpenCV
|
||||
documentation folder (doc/acircles_pattern.png).
|
||||
|
||||
\textbf{Note:} the function requires some white space (like a circle-thick
|
||||
border, the wider the better) around the board to make the detection more robust in various environment.
|
||||
\fi
|
||||
|
||||
\ifCPy
|
||||
|
Loading…
Reference in New Issue
Block a user