OpenCV
3.4.2
Open Source Computer Vision
|
List of attributes. : More...
#include "types_c.h"
Public Attributes | |
const char ** | attr |
struct CvAttrList * | next |
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.