Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of gr-peach-opencv-project-sd-card by
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 CvAttrList * | next |
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 1680 of file core/types_c.h.
Field Documentation
const char** attr |
NULL-terminated array of (attribute_name,attribute_value) pairs.
Definition at line 1682 of file core/types_c.h.
struct CvAttrList* next |
Pointer to next chunk of the attributes list.
Definition at line 1683 of file core/types_c.h.
Generated on Tue Jul 12 2022 14:47:58 by
