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
Parameters
- map
- Type: OpenCvSharpCvFileNode
The parent map. If it is null, the function searches in all the top-level nodes (streams), starting from the first one. - name
- Type: SystemString
The file node name.
Return Value
Type: CvFileNode[Missing <returns> documentation for "M:OpenCvSharp.CvFileStorage.GetFileNodeByName(OpenCvSharp.CvFileNode,System.String)"]
See Also