Click or drag to resize

FileStorageWriteRaw Method

Writes one or more numbers of the specified format to the currently written structure

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void WriteRaw(
	string fmt,
	IntPtr vec,
	long len
)

Parameters

fmt
Type: SystemString
vec
Type: SystemIntPtr
len
Type: SystemInt64
See Also