Table of Contents

Constructor Dictionary

Namespace
OpenCvSharp.Aruco
Assembly
OpenCvSharp.dll

Dictionary()

Creates an empty dictionary.

public Dictionary()

Dictionary(Mat, int, int)

Basic ArUco dictionary constructor

public Dictionary(Mat bytesList, int markerSize, int maxCorrectionBits = 0)

Parameters

bytesList Mat

bits for all ArUco markers in dictionary. See class description for the memory layout.

markerSize int

ArUco marker size in units

maxCorrectionBits int

maximum number of bits that can be corrected