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: 1.0.0
Syntax
public static Dictionary GetPredefinedDictionary(
	PredefinedDictionaryName name
)

Parameters

name
Type: OpenCvSharp.ArucoPredefinedDictionaryName

[Missing <param name="name"/> documentation for "M:OpenCvSharp.Aruco.CvAruco.GetPredefinedDictionary(OpenCvSharp.Aruco.PredefinedDictionaryName)"]

Return Value

Type: Dictionary

[Missing <returns> documentation for "M:OpenCvSharp.Aruco.CvAruco.GetPredefinedDictionary(OpenCvSharp.Aruco.PredefinedDictionaryName)"]

See Also