Dictionary Constructor (Int32, Int32, Dictionary) |
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
Syntaxpublic Dictionary(
int nMarkers,
int markerSize,
Dictionary baseDictionary
)
Public Sub New (
nMarkers As Integer,
markerSize As Integer,
baseDictionary As Dictionary
)
public:
Dictionary(
int nMarkers,
int markerSize,
Dictionary^ baseDictionary
)
new :
nMarkers : int *
markerSize : int *
baseDictionary : Dictionary -> Dictionary
Parameters
- nMarkers
- Type: SystemInt32
number of markers in the dictionary - markerSize
- Type: SystemInt32
number of bits per dimension of each markers - baseDictionary
- Type: Emgu.CV.ArucoDictionary
Include the markers in this dictionary at the beginning (optional)
See Also