CvAttrList Constructor (String) 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
)

Parameters

attr
Type: SystemString
array of (attribute_name,attribute_value) pairs
See Also

Reference