Home
last modified time | relevance | path

Searched refs:CvLoadImageFunc (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
Dcximage.cpp52 static CvLoadImageFunc load_image = 0;
367 cvSetImageIOFunctions( CvLoadImageFunc _load_image, CvLoadImageMFunc _load_image_m, in cvSetImageIOFunctions()
/external/opencv/cxcore/include/
Dcxcore.h1763 typedef IplImage* (CV_CDECL * CvLoadImageFunc)( const char* filename, int colorness ); typedef
1768 CVAPI(int) cvSetImageIOFunctions( CvLoadImageFunc _load_image, CvLoadImageMFunc _load_image_m,