Table of Contents

Constructor Board

Namespace
OpenCvSharp.Aruco
Assembly
OpenCvSharp.dll

Board(IEnumerable<Point3f[]>, Dictionary, IEnumerable<int>)

Common Board constructor

public Board(IEnumerable<Point3f[]> objPoints, Dictionary dictionary, IEnumerable<int> ids)

Parameters

objPoints IEnumerable<Point3f[]>

array of object points of all the marker corners in the board. Each marker must have exactly 4 corners.

dictionary Dictionary

the dictionary of markers employed for this board

ids IEnumerable<int>

vector of the identifiers of the markers in the board