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

Parameters

fmt
Type: SystemString

[Missing <param name="fmt"/> documentation for "M:OpenCvSharp.FileNode.ReadRaw(System.String,System.IntPtr,System.Int64)"]

vec
Type: SystemIntPtr

[Missing <param name="vec"/> documentation for "M:OpenCvSharp.FileNode.ReadRaw(System.String,System.IntPtr,System.Int64)"]

len
Type: SystemInt64

[Missing <param name="len"/> documentation for "M:OpenCvSharp.FileNode.ReadRaw(System.String,System.IntPtr,System.Int64)"]

See Also