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
fmtstringSpecification of each array element, see @ref format_spec "format specification"
vecReadOnlySpan<byte>The bytes to write.