CvAttrList Structure OpenCvSharp Class Library
List of attributes

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public struct CvAttrList : IDisposable

The CvAttrList type exposes the following members.

Constructors

  NameDescription
Public methodCvAttrList(String)
initializes CvAttrList structure
Public methodCvAttrList(String, PointerCvAttrList)
initializes CvAttrList structure
Top
Properties

  NameDescription
Public propertyAttr
NULL-terminated array of (attribute_name,attribute_value) pairs
Public propertyNext
pointer to next chunk of the attributes list
Top
Methods

  NameDescription
Public methodDispose
Releases all resources used by the CvAttrList
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields

  NameDescription
Public fieldStatic memberSizeOf
sizeof(CvAttrList)
Top
See Also

Reference