Method Root
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Root(int)
Returns the top-level mapping. YAML supports multiple streams
public FileNode? Root(int streamIdx = 0)
Parameters
streamIdxintZero-based index of the stream. In most cases there is only one stream in the file. However, YAML supports multiple streams and so there can be several.
Returns
- FileNode
The top-level mapping.