CvAttrList Constructor (String, PointerCvAttrList) OpenCvSharp Class Library
initializes CvAttrList structure

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

public CvAttrList(
	string[] attr,
	Pointer<CvAttrList> next
)

Parameters

attr
Type: SystemString
array of (attribute_name,attribute_value) pairs
next
Type: OpenCvSharpPointerCvAttrList
pointer to next chunk of the attributes list
See Also

Reference