Renesas / opencv-lib

Dependents:   RZ_A2M_Mbed_samples

Embed: (wiki syntax)

« Back to documentation index

CvAttrList Struct Reference

CvAttrList Struct Reference
[C structures and operations]

List of attributes. More...

#include <types_c.h>

Data Fields

const char ** attr
 NULL-terminated array of (attribute_name,attribute_value) pairs.
struct CvAttrListnext
 Pointer to next chunk of the attributes list.

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

Definition at line 1683 of file core/types_c.h.


Field Documentation

const char** attr

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

Definition at line 1685 of file core/types_c.h.

struct CvAttrList* next

Pointer to next chunk of the attributes list.

Definition at line 1686 of file core/types_c.h.