CvAttrList Method (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 static CvAttrList AttrList(
	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

Return Value

Type: CvAttrList

[Missing <returns> documentation for "M:OpenCvSharp.Cv.AttrList(System.String[],OpenCvSharp.Pointer{OpenCvSharp.CvAttrList})"]

See Also

Reference