You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/aruco/include/opencv2/aruco/board.hpp
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,10 @@ class CV_EXPORTS_W CharucoBoard : public Board {
211
211
* @return bool value, 1 (true) if detected corners form a line, 0 (false) if they do not.
212
212
solvePnP, calibration functions will fail if the corners are collinear (true).
213
213
*
214
-
* The number of ids in charucoIDs should be <= the number of chessboard corners in the board. This functions checks whether the charuco corners are on a straight line (returns true, if so), or not (false). Axis parallel, as well as diagonal and other straight lines detected. Degenerate cases: for number of charucoIDs <= 2, the function returns true.
214
+
* The number of ids in charucoIDs should be <= the number of chessboard corners in the board.
215
+
* This functions checks whether the charuco corners are on a straight line (returns true, if so), or not (false).
216
+
* Axis parallel, as well as diagonal and other straight lines detected. Degenerate cases:
217
+
* for number of charucoIDs <= 2,the function returns true.
0 commit comments