CvFileStorageWriteFileNode Method OpenCvSharp Class Library
Writes file node to another file storage

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void WriteFileNode(
	string newNodeName,
	CvFileNode node,
	bool embed
)

Parameters

newNodeName
Type: SystemString
New name of the file node in the destination file storage. To keep the existing name, use cvGetFileNodeName(node).
node
Type: OpenCvSharpCvFileNode
The written node
embed
Type: SystemBoolean
If the written node is a collection and this parameter is true, no extra level of hierarchy is created. Instead, all the elements of node are written into the currently written structure. Of course, map elements may be written only to map, and sequence elements may be written only to sequence.
See Also

Reference