Managed structure equivalent to CvContour
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 MCvContour
Public Structure MCvContour
public value class MCvContour
Members
All Members | Fields ![]() | Methods ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() | block_max |
Maximal bound of the last block
|
![]() | color |
Color
|
![]() | delta_elems |
How many elements allocated when the seq grows
|
![]() | 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
|
![]() | GetHashCode()()() | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | h_next |
Pointer to the next sequence
|
![]() | h_prev |
Pointer to the previous sequence
|
![]() | header_size |
Size of sequence header
|
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ptr |
Current write pointer
|
![]() | rect |
If computed, stores the minimum enclosing rectangle
|
![]() | reserved | |
![]() | 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 |
Pointer to the 2nd next sequence
|
![]() | v_prev |
Pointer to the 2nd previous sequence
|