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