FileStorageWrite Method (Single, String) |
http://www.emgu.com
Writes the specified Mat to the node with the specific
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic void Write(
float value,
string nodeName = null
)
Public Sub Write (
value As Single,
Optional nodeName As String = Nothing
)
public:
void Write(
float value,
String^ nodeName = nullptr
)
member Write :
value : float32 *
?nodeName : string
(* Defaults:
let _nodeName = defaultArg nodeName null
*)
-> unit
Parameters
- value
- Type: SystemSingle
The value to be written to the file storage - nodeName (Optional)
- Type: SystemString
The name of the node.
See Also