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

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

Completed in 43 milliseconds