Home
last modified time | relevance | path

Searched refs:CvIsInstanceFunc (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cxcore/include/
Dcxcore.hpp366 CvIsInstanceFunc is_instance, CvReleaseFunc release=0,
Dcxtypes.h1731 typedef int (CV_CDECL *CvIsInstanceFunc)( const void* struct_ptr ); typedef
1748 CvIsInstanceFunc is_instance;
/external/opencv/cxcore/src/
Dcxpersistence.cpp4820 CvIsInstanceFunc is_instance, CvReleaseFunc release, in CvType()