Home
last modified time | relevance | path

Searched defs:CvTypeInfo (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/include/
Dcxtypes.h1741 typedef struct CvTypeInfo struct
1745 struct CvTypeInfo* prev; argument
1746 struct CvTypeInfo* next; argument
1754 CvTypeInfo; argument
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h1793 typedef struct CvTypeInfo struct
1796 int header_size; /**< sizeof(CvTypeInfo) */ argument
1797 struct CvTypeInfo* prev; /**< previous registered type in the list */ argument
1798 struct CvTypeInfo* next; /**< next registered type in the list */ argument
1806 CvTypeInfo; argument