OpenCV  4.0.0-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
CvAttrList Struct Reference

List of attributes. More...

#include "types_c.h"

Collaboration diagram for CvAttrList:

Public Attributes

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

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: