Click or drag to resize

Dictionary Constructor (Int32, Int32)

http://www.emgu.com
Generates a new customizable marker dictionary.

Namespace:  Emgu.CV.Aruco
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Dictionary(
	int nMarkers,
	int markerSize
)

Parameters

nMarkers
Type: SystemInt32
number of markers in the dictionary
markerSize
Type: SystemInt32
number of bits per dimension of each markers
See Also