Method SetDictionaries
- Namespace
- OpenCvSharp.Aruco
- Assembly
- OpenCvSharp.dll
SetDictionaries(IEnumerable<Dictionary>)
Sets the entire collection of dictionaries to be used for marker detection, replacing any existing dictionaries. Setting an empty collection of dictionaries will throw an error.
public void SetDictionaries(IEnumerable<Dictionary> dictionaries)
Parameters
dictionariesIEnumerable<Dictionary>