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, bool createMissing )
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. - createMissing
- Type: SystemBoolean
Flag that specifies, whether an absent node should be added to the map, or not.
Return Value
Type: CvFileNode[Missing <returns> documentation for "M:OpenCvSharp.CvFileStorage.GetFileNode(OpenCvSharp.CvFileNode,OpenCvSharp.CvStringHashNode,System.Boolean)"]
See Also