Initializes file node sequence reader
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void ReadRawDataSlice<T>( CvSeqReader reader, int count, out T[] dst, string dt ) where T : struct, new()
Parameters
- 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.CvFileStorage.ReadRawDataSlice``1(OpenCvSharp.CvSeqReader,System.Int32,``0[]@,System.String)"]
See Also