Class FileNode
Represents a file storage node. When XML/YAML file is read, it is first parsed and stored in the memory as a hierarchical collection of nodes. Each node can be a “leaf”, that is, contain a single number or a string, or be a collection of other nodes.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public class FileNode : CVHandle
Properties
| Improve this Doc View SourceName
Gets the name of the node.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
String |
Methods
| Improve this Doc View SourceReleaseHandle()
Executes the code required to free the native FileNode handle.
Declaration
protected override bool ReleaseHandle()
Returns
Type | Description |
---|---|
Boolean | true if the handle is released successfully; otherwise, in the event of a catastrophic failure, false. |