FileStorageAdd Method (SparseMat)
|
Writes data to a file storage.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic FileStorage Add(
SparseMat val
)
Public Function Add (
val As SparseMat
) As FileStorage
public:
FileStorage^ Add(
SparseMat^ val
)
member Add :
val : SparseMat -> FileStorage
Parameters
- val
- Type: OpenCvSharpSparseMat
Return Value
Type:
FileStorage
See Also