Table of Contents

Method GetPredefinedDictionary

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

GetPredefinedDictionary(PredefinedDictionaryType)

Returns one of the predefined dictionaries defined in PREDEFINED_DICTIONARY_NAME

public static Dictionary GetPredefinedDictionary(PredefinedDictionaryType name)

Parameters

name PredefinedDictionaryType

Returns

Dictionary

GetPredefinedDictionary(int)

Returns one of the predefined dictionaries referenced by DICT_*.

public static Dictionary GetPredefinedDictionary(int dict)

Parameters

dict int

Returns

Dictionary