Table of Contents

Class GridBoard

Namespace
OpenCvSharp.Aruco
Assembly
OpenCvSharp.dll

Planar board with grid arrangement of markers. More common type of board. All markers are placed in the same plane in a grid arrangement. The board image can be drawn using the GenerateImage() method.

public class GridBoard : Board, IDisposable
Inheritance
GridBoard
Implements
Inherited Members

Constructors

GridBoard(Size, float, float, Dictionary, IEnumerable<int>?)

GridBoard constructor

Methods

GetGridSize()

Number of markers in x and y directions.

GetMarkerLength()

Marker side length (normally in meters).

GetMarkerSeparation()

Separation between two markers (same unit as markerLength).