Click or drag to resize

MarkerDictionaryFromString Method

Construct a marker dictionary from the name of the dictionary.

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
Syntax
public static MarkerDictionary FromString(
	string dictionaryName
)

Parameters

dictionaryName
Type: SystemString
The name of the dictionary.

Return Value

Type: MarkerDictionary
A new dictionary from the given name.
Remarks
The name should match exactly one of the built-in dictionaries. Example: "aruco4x4_50". An exception is thrown if the name is not recognized.
See Also