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