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

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 MCvSeq

The MCvSeq 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_max
Maximal bound of the last block
Public fielddelta_elems
How many elements allocated when the sequence grows (sequence granularity
Public fieldelem_size
Size of sequence element in bytes
Public fieldfirst
Pointer to the first sequence block
Public fieldflags
Micsellaneous flags
Public fieldfree_blocks
Free blocks list
Public fieldh_next
Next sequence
Public fieldh_prev
Previous sequence
Public fieldheader_size
Size of sequence header
Public fieldptr
Current write pointer
Public fieldstorage
Where the seq is stored
Public fieldtotal
Total number of elements
Public fieldv_next
2nd next sequence
Public fieldv_prev
2nd previous sequence
Top
See Also