Click or drag to resize
MCvSeqReader Structure
http://www.emgu.com
Wrapped CvSeqReader structure

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public struct MCvSeqReader

The MCvSeqReader type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldblock
current block
Public fieldblock_max
pointer to the end of block
Public fieldblock_min
pointer to the beginning of block
Public fielddelta_index
= seq->first->start_index
Public fieldheader_size
The size of the header
Public fieldprev_elem
pointer to previous element
Public fieldptr
pointer to element be read next
Public fieldseq
sequence, beign read
Top
See Also