List of attributes
            
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvAttrList type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|  | CvAttrList(String) | 
            initializes CvAttrList structure
             | 
|  | CvAttrList(String, PointerCvAttrList) | 
            initializes CvAttrList structure
             | 
Properties
| Name | Description | |
|---|---|---|
|  | Attr | 
            NULL-terminated array of (attribute_name,attribute_value) pairs
             | 
|  | Next | 
            pointer to next chunk of the attributes list
             | 
Methods
| Name | Description | |
|---|---|---|
|  | Dispose | Releases all resources used by the CvAttrList | 
|  | Equals | (Inherited from ValueType.) | 
|  | GetHashCode | (Inherited from ValueType.) | 
|  | GetType | (Inherited from Object.) | 
|  | ToString | (Inherited from ValueType.) | 
Fields
| Name | Description | |
|---|---|---|
|   | SizeOf | 
            sizeof(CvAttrList)
             | 
See Also