FileStorageWrite Method (String, 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(
string value,
string nodeName = null
)
Public Sub Write (
value As String,
Optional nodeName As String = Nothing
)
public:
void Write(
String^ value,
String^ nodeName = nullptr
)
member Write :
value : string *
?nodeName : string
(* Defaults:
let _nodeName = defaultArg nodeName null
*)
-> unit
Parameters
- value
- Type: SystemString
The value to be written to the file storage - nodeName (Optional)
- Type: SystemString
The name of the node.
See Also