Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxconvert.cpp1485 typedef CvStatus (CV_STDCALL *CvCvtFunc)( const void* src, int srcstep, typedef
1563 CvCvtFunc func = (CvCvtFunc)(cvt_tab.fn_2d[CV_MAT_DEPTH(dsttype)]); in cvConvertScale()
1661 CvCvtFunc func = (CvCvtFunc)(cvt_tab.fn_2d[CV_MAT_DEPTH(dst->type)]); in cvConvertScale()