Table of Contents

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

fs FileStorage

the FileStorage to write the dictionary to.

name string

name of the node to write.