Home
last modified time | relevance | path

Searched refs:CvReadFunc (Results 1 – 3 of 3) 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/opencv/cxcore/src/
Dcxpersistence.cpp4821 CvReadFunc read, CvWriteFunc write, CvCloneFunc clone ) in CvType()