Cv2WriteScalar Method (FileStorage, Int32)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static void WriteScalar(
FileStorage fs,
int value
)
Public Shared Sub WriteScalar (
fs As FileStorage,
value As Integer
)
public:
static void WriteScalar(
FileStorage^ fs,
int value
)
static member WriteScalar :
fs : FileStorage *
value : int -> unit
OpenCvSharp.Cv2.WriteScalar = function(fs, value);
Parameters
- fs
- Type: OpenCvSharpFileStorage
- value
- Type: SystemInt32
See Also