Click or drag to resize

FileStorageGetNode Method

http://www.emgu.com
Gets the specified element of the top-level mapping.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public FileNode GetNode(
	string nodeName
)

Parameters

nodeName
Type: SystemString
Name of the node.

Return Value

Type: FileNode
The specified element of the top-level mapping.
See Also