Click or drag to resize

CvArucoGetPredefinedDictionary Method

Returns one of the predefined dictionaries defined in PREDEFINED_DICTIONARY_NAME

Namespace:  OpenCvSharp.Aruco
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static Dictionary GetPredefinedDictionary(
	PredefinedDictionaryName name
)

Parameters

name
Type: OpenCvSharp.ArucoPredefinedDictionaryName

Return Value

Type: Dictionary
See Also