CvReadRawDataT Method OpenCvSharp Class Library
Reads multiple numbers

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void ReadRawData<T>(
	CvFileStorage fs,
	CvFileNode src,
	ref T[] dst,
	string dt
)
where T : struct, new()

Parameters

fs
Type: OpenCvSharpCvFileStorage
File storage.
src
Type: OpenCvSharpCvFileNode
The file node (a sequence) to read numbers from.
dst
Type: T
Reference to the destination array.
dt
Type: SystemString
Specification of each array element. It has the same format as in cvWriteRawData.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:OpenCvSharp.Cv.ReadRawData``1(OpenCvSharp.CvFileStorage,OpenCvSharp.CvFileNode,``0[]@,System.String)"]

See Also

Reference