Table of Contents

Method ReadRaw

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

ReadRaw(string, Span<byte>)

Reads node elements to the buffer with the specified format

public void ReadRaw(string fmt, Span<byte> vec)

Parameters

fmt string
vec Span<byte>

The buffer to read into.