Added a printable asymmetric pattern of circles
authorIlya Lysenkov <no@email>
Wed, 23 Feb 2011 14:47:15 +0000 (14:47 +0000)
committerIlya Lysenkov <no@email>
Wed, 23 Feb 2011 14:47:15 +0000 (14:47 +0000)
doc/acircles_pattern.png [new file with mode: 0644]
doc/calib3d.tex

diff --git a/doc/acircles_pattern.png b/doc/acircles_pattern.png
new file mode 100644 (file)
index 0000000..39ec16b
Binary files /dev/null and b/doc/acircles_pattern.png differ
index 8b65a51..75c4533 100644 (file)
@@ -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