Table of Contents

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

streamIdx int

Zero-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.