FileStorageGetRoot Method |
http://www.emgu.com
Gets the top-level mapping.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic FileNode GetRoot(
int streamIdx = 0
)
Public Function GetRoot (
Optional streamIdx As Integer = 0
) As FileNode
public:
FileNode^ GetRoot(
int streamIdx = 0
)
member GetRoot :
?streamIdx : int
(* Defaults:
let _streamIdx = defaultArg streamIdx 0
*)
-> FileNode
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