CvAttrList Method (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 static CvAttrList AttrList(
	string[] attr
)

Parameters

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

Return Value

Type: CvAttrList

[Missing <returns> documentation for "M:OpenCvSharp.Cv.AttrList(System.String[])"]

See Also

Reference