CvFileStorageGetFileNode Method (CvFileNode, CvStringHashNode) OpenCvSharp Class Library
Finds node in the map or file storage

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public CvFileNode GetFileNode(
	CvFileNode map,
	CvStringHashNode key
)

Parameters

map
Type: OpenCvSharpCvFileNode
The parent map. If it is null, the function searches a top-level node. If both map and key are nulls, the function returns the root file node - a map that contains top-level nodes.
key
Type: OpenCvSharpCvStringHashNode
Unique pointer to the node name, retrieved with cvGetHashedKey.

Return Value

Type: CvFileNode

[Missing <returns> documentation for "M:OpenCvSharp.CvFileStorage.GetFileNode(OpenCvSharp.CvFileNode,OpenCvSharp.CvStringHashNode)"]

See Also

Reference