Home
last modified time | relevance | path

Searched refs:CvReadFunc (Results 1 – 6 of 6) sorted by relevance

/external/opencv/cxcore/include/
Dcxcore.hpp367 CvReadFunc read=0, CvWriteFunc write=0, CvCloneFunc clone=0 );
Dcxtypes.h1733 typedef void* (CV_CDECL *CvReadFunc)( CvFileStorage* storage, CvFileNode* node ); typedef
1750 CvReadFunc read;
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h1775 typedef void* (CV_CDECL *CvReadFunc)( CvFileStorage* storage, CvFileNode* node ); typedef
1802 CvReadFunc read; /**< reads object from file storage */
Dcore_c.h2745 CvReadFunc read=0, CvWriteFunc write=0, CvCloneFunc clone=0 );
/external/opencv/cxcore/src/
Dcxpersistence.cpp4821 CvReadFunc read, CvWriteFunc write, CvCloneFunc clone ) in CvType()
/external/opencv3/modules/core/src/
Dpersistence.cpp4763 CvReadFunc read, CvWriteFunc write, CvCloneFunc clone ) in CvType()