Wrapper CvSet structure
Namespace:
Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
C# | Visual Basic | Visual C++ |
public struct MCvSet
Public Structure MCvSet
public value class MCvSet
Members
All Members | Fields ![]() | Methods ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() | active_count | |
![]() | block_max |
maximal bound of the last block
|
![]() | delta_elems |
how many elements allocated when the sequence grows (sequence granularity
|
![]() | elem_size |
size of sequence element in bytes
|
![]() | Equals(Object) | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | first |
pointer to the first sequence block
|
![]() | flags |
micsellaneous flags
|
![]() | free_blocks |
free blocks list
|
![]() | free_elems | |
![]() | GetHashCode()()() | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | h_next |
next sequence
|
![]() | h_prev |
previous sequence
|
![]() | header_size |
size of sequence header
|
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ptr |
current write pointer
|
![]() | storage |
where the seq is stored
|
![]() | ToString()()() | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
![]() | total |
total number of elements
|
![]() | v_next |
2nd next sequence
|
![]() | v_prev |
2nd previous sequence
|