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
objPointsIEnumerable<Point3f[]>array of object points of all the marker corners in the board. Each marker must have exactly 4 corners.
dictionaryDictionarythe dictionary of markers employed for this board
idsIEnumerable<int>vector of the identifiers of the markers in the board