OpenCV  3.4.4
Open Source Computer Vision
Public Attributes | List of all members
CvAttrList Struct Reference

List of attributes. : More...

#include "types_c.h"

Public Attributes

const char ** attr
 
struct CvAttrListnext
 

Detailed Description

List of attributes. :

In the current implementation, attributes are used to pass extra parameters when writing user objects (see cvWrite). XML attributes inside tags are not supported, aside from the object type specification (type_id attribute).

See also
cvAttrList, cvAttrValue

Member Data Documentation

§ attr

const char** CvAttrList::attr

NULL-terminated array of (attribute_name,attribute_value) pairs.

§ next

struct CvAttrList* CvAttrList::next

Pointer to next chunk of the attributes list.


The documentation for this struct was generated from the following file: