Renesas GR-PEACH OpenCV Development / gr-peach-opencv-project-sd-card_update

Fork of gr-peach-opencv-project-sd-card by the do

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 1754 of file core/types_c.h.


Field Documentation

double f

scalar floating-point number

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

int i

scalar integer number

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

struct CvTypeInfo* info

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

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

CvFileNodeHash* map

map (collection of named file nodes)

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

CvSeq* seq

sequence (ordered collection of file nodes)

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

CvString str

text string

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