Searched refs:CvDataType (Results 1 - 4 of 4) sorted by relevance

/external/opencv/cv/src/
H A D_cv.h84 CV_INLINE CvDataType icvDepthToDataType( int type );
85 CV_INLINE CvDataType icvDepthToDataType( int type )
87 return (CvDataType)(
H A D_cvipp.h163 ( int roiWidth, CvDataType dataType, int channels, int* bufSize ))
167 ( int roiWidth, CvDataType dataType, int channels, int* bufSize ))
H A Dcvpyramids.cpp438 icvPyrUpG5x5_GetBufSize( int roiWidth, CvDataType dataType,
465 icvPyrDownG5x5_GetBufSize( int roiWidth, CvDataType dataType,
/external/opencv/cxcore/include/
H A Dcxmisc.h684 typedef enum CvDataType { enum
692 } CvDataType; typedef in typeref:enum:CvDataType

Completed in 88 milliseconds