Click or drag to resize
FileStorageGetRoot Method
http://www.emgu.com
Gets the top-level mapping.

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public FileNode GetRoot(
	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