CvReadRawDataSliceT Method OpenCvSharp Class Library
Initializes file node sequence reader

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

public static void ReadRawDataSlice<T>(
	CvFileStorage fs,
	CvSeqReader reader,
	int count,
	out T[] dst,
	string dt
)
where T : struct, new()

Parameters

fs
Type: OpenCvSharpCvFileStorage
File storage.
reader
Type: OpenCvSharpCvSeqReader
The sequence reader. Initialize it with cvStartReadRawData.
count
Type: SystemInt32
The number of elements to read.
dst
Type: T
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.ReadRawDataSlice``1(OpenCvSharp.CvFileStorage,OpenCvSharp.CvSeqReader,System.Int32,``0[]@,System.String)"]

See Also

Reference