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
Syntaxpublic static MarkerDictionary FromString(
string dictionaryName
)
Public Shared Function FromString (
dictionaryName As String
) As MarkerDictionary
public:
static MarkerDictionary^ FromString(
String^ dictionaryName
)
Parameters
- dictionaryName
- Type: SystemString
The name of the dictionary.
Return Value
Type:
MarkerDictionaryA 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