Click or drag to resize

FileStorageRoot Method

Returns the top-level mapping. YAML supports multiple streams

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public FileNode Root(
	int streamIdx = 0
)

Parameters

streamIdx (Optional)
Type: SystemInt32
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.

Return Value

Type: FileNode
The top-level mapping.
See Also