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: SystemDouble
The value that is returned if the file node is not found.
Return Value
Type: Double[Missing <returns> documentation for "M:OpenCvSharp.CvFileStorage.ReadRealByName(OpenCvSharp.CvFileNode,System.String,System.Double)"]
See Also