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 static CvFileNode GetFileNodeByName( CvFileStorage fs, CvFileNode map, string name )
Parameters
- fs
- Type: OpenCvSharpCvFileStorage
File storage. - 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.Cv.GetFileNodeByName(OpenCvSharp.CvFileStorage,OpenCvSharp.CvFileNode,System.String)"]
See Also