Click or drag to resize
MCvSeqBlock Structure
http://www.emgu.com
Managed structure equivalent to CvSeqBlock

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 MCvSeqBlock

The MCvSeqBlock 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 fieldcount
Number of elements in the block.
Public fielddata
Pointer to the first element of the block.
Public fieldnext
Next sequence block.
Public fieldprev
Previous sequence block.
Public fieldstart_index
Index of the first element in the block + sequence->first->start_index.
Top
See Also