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: 1.0.0
Syntax
public void WriteRaw(
	string fmt,
	IntPtr vec,
	int len
)

Parameters

fmt
Type: SystemString
Specification of each array element, see @ref format_spec "format specification"
vec
Type: SystemIntPtr
Pointer to the written array.
len
Type: SystemInt32
Number of the uchar elements to write.
See Also