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

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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