Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxconvert.cpp422 typedef CvStatus (CV_STDCALL *CvExtractPlaneFunc)( const void* src, int srcstep, typedef
521 CvExtractPlaneFunc func = (CvExtractPlaneFunc)pxplcoi_tab.fn_2d[CV_MAT_DEPTH(type)]; in cvSplit()