Method WriteDictionary
- Namespace
- OpenCvSharp.Aruco
- Assembly
- OpenCvSharp.dll
WriteDictionary(FileStorage, string)
Write a dictionary to FileStorage, format is the same as in ReadDictionary().
public void WriteDictionary(FileStorage fs, string name = "")
Parameters
fsFileStoragethe FileStorage to write the dictionary to.
namestringname of the node to write.