Constructor CharucoBoard
- Namespace
- OpenCvSharp.Aruco
- Assembly
- OpenCvSharp.dll
CharucoBoard(int, int, float, float, Dictionary, IEnumerable<int>?)
Creates a CharucoBoard.
public CharucoBoard(int squaresX, int squaresY, float squareLength, float markerLength, Dictionary dictionary, IEnumerable<int>? ids = null)
Parameters
squaresXintnumber of chessboard squares in x direction
squaresYintnumber of chessboard squares in y direction
squareLengthfloatchessboard square side length (normally in meters)
markerLengthfloatmarker side length (same unit as squareLength)
dictionaryDictionarydictionary of markers
idsIEnumerable<int>array of id used markers. The first markers in the dictionary are used to fill the white chessboard squares if null.