Dictionary Constructor (Int32, Int32) |
http://www.emgu.com
Generates a new customizable marker dictionary.
Namespace:
Emgu.CV.Aruco
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic Dictionary(
int nMarkers,
int markerSize
)
Public Sub New (
nMarkers As Integer,
markerSize As Integer
)
public:
Dictionary(
int nMarkers,
int markerSize
)
new :
nMarkers : int *
markerSize : int -> Dictionary
Parameters
- nMarkers
- Type: SystemInt32
number of markers in the dictionary - markerSize
- Type: SystemInt32
number of bits per dimension of each markers
See Also