Table of Contents

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

size Size

number of markers in x and y directions

markerLength float

marker side length (normally in meters)

markerSeparation float

separation between two markers (same unit as markerLength)

dictionary Dictionary

dictionary of markers indicating the type of markers

ids IEnumerable<int>

set of marker ids in dictionary to use on board. If null, sequential ids starting at 0 are used.