Struct AttrList
Represents a list of attributes.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public struct AttrList
Properties
| Improve this Doc View SourceItem[String]
Gets the attribute value with the specified name
.
Declaration
public string this[string name] { get; }
Parameters
Type | Name | Description |
---|---|---|
String | name | The name of the attribute. |
Property Value
Type | Description |
---|---|
String | The value associated with the specified |
Next
Gets the next chunk of attributes in the list.
Declaration
public AttrList? Next { get; }
Property Value
Type | Description |
---|---|
Nullable<AttrList> |