Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of gr-peach-opencv-project-sd-card by
CvFileNode Struct Reference
[C structures and operations]
Basic element of the file storage - scalar or collection: More...
#include <types_c.h>
Data Fields | |
struct CvTypeInfo * | info |
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.
Generated on Tue Jul 12 2022 14:47:58 by
