Table of Contents

Method WriteRaw

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

WriteRaw(string, ReadOnlySpan<byte>)

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

public void WriteRaw(string fmt, ReadOnlySpan<byte> vec)

Parameters

fmt string

Specification of each array element, see @ref format_spec "format specification"

vec ReadOnlySpan<byte>

The bytes to write.