Finds file node and returns its value
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 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.CvFileStorage.ReadIntByName(OpenCvSharp.CvFileNode,System.String,System.Int32)"]
See Also