FileStorage.Add Method (IEnumerable<KeyPoint> )
|
Writes data to a file storage.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic FileStorage Add(
IEnumerable<KeyPoint> val
)
Public Function Add (
val As IEnumerable(Of KeyPoint)
) As FileStorage
public:
FileStorage^ Add(
IEnumerable<KeyPoint>^ val
)
member Add :
val : IEnumerable<KeyPoint> -> FileStorage
Parameters
- val
- Type: System.Collections.Generic.IEnumerable<KeyPoint>
Return Value
Type:
FileStorage
See Also