![]() |
OpenCV
4.0.0-pre
Open Source Computer Vision
|
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me! |
List of attributes. More...
#include "types_c.h"

Public Attributes | |
| const char ** | attr |
| NULL-terminated array of (attribute_name,attribute_value) pairs. More... | |
| struct CvAttrList * | next |
| Pointer to next chunk of the attributes list. More... | |
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).
| const char** CvAttrList::attr |
NULL-terminated array of (attribute_name,attribute_value) pairs.
| struct CvAttrList* CvAttrList::next |
Pointer to next chunk of the attributes list.