Constructor GridBoard
- Namespace
- OpenCvSharp.Aruco
- Assembly
- OpenCvSharp.dll
GridBoard(Size, float, float, Dictionary, IEnumerable<int>?)
GridBoard constructor
public GridBoard(Size size, float markerLength, float markerSeparation, Dictionary dictionary, IEnumerable<int>? ids = null)
Parameters
sizeSizenumber of markers in x and y directions
markerLengthfloatmarker side length (normally in meters)
markerSeparationfloatseparation between two markers (same unit as markerLength)
dictionaryDictionarydictionary of markers indicating the type of markers
idsIEnumerable<int>set of marker ids in dictionary to use on board. If null, sequential ids starting at 0 are used.