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