Click or drag to resize
FileStorageWrite Method (Single, String)
http://www.emgu.com
Writes the specified Mat to the node with the specific

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void Write(
	float value,
	string nodeName = null
)

Parameters

value
Type: SystemSingle
The value to be written to the file storage
nodeName (Optional)
Type: SystemString
The name of the node.
See Also