Click or drag to resize

FileNodeReadRaw Method

Reads node elements to the buffer with the specified format

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

Parameters

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