Renesas / opencv-lib

Dependents:   RZ_A2M_Mbed_samples

Embed: (wiki syntax)

« Back to documentation index

CvFileNode Struct Reference

CvFileNode Struct Reference
[C structures and operations]

Basic element of the file storage - scalar or collection: More...

#include <types_c.h>

Data Fields

struct CvTypeInfoinfo
 type information (only for user-defined object, for others it is 0)
double f
 scalar floating-point number
int i
 scalar integer number
CvString str
 text string
CvSeq * seq
 sequence (ordered collection of file nodes)
CvFileNodeHash * map
 map (collection of named file nodes)

Detailed Description

Basic element of the file storage - scalar or collection:

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


Field Documentation

double f

scalar floating-point number

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

int i

scalar integer number

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

struct CvTypeInfo* info

type information (only for user-defined object, for others it is 0)

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

CvFileNodeHash* map

map (collection of named file nodes)

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

CvSeq* seq

sequence (ordered collection of file nodes)

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

CvString str

text string

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