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