Finds file node and returns its value
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static int ReadIntByName( CvFileStorage fs, CvFileNode map, string name, int defaultValue )
Parameters
- fs
- Type: OpenCvSharpCvFileStorage
File storage. - map
- Type: OpenCvSharpCvFileNode
The parent map. If it is null, the function searches a top-level node. - name
- Type: SystemString
The node name. - defaultValue
- Type: SystemInt32
The value that is returned if the file node is not found.
Return Value
Type: Int32[Missing <returns> documentation for "M:OpenCvSharp.Cv.ReadIntByName(OpenCvSharp.CvFileStorage,OpenCvSharp.CvFileNode,System.String,System.Int32)"]
See Also