Home
last modified time | relevance | path

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

/external/opencv3/modules/imgcodecs/src/
Dloadsave.cpp305 image = cvCreateImage( size, cvIplDepth(type), CV_MAT_CN(type) ); in imread_()
531 image = cvCreateImage( size, cvIplDepth(type), CV_MAT_CN(type) ); in imdecode_()
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h601 CV_INLINE int cvIplDepth( int type ) in cvIplDepth() function
/external/opencv3/modules/core/src/
Darray.cpp2807 int depth = cvIplDepth(mat->type); in cvGetImage()
Dpersistence.cpp3948 depth = cvIplDepth(elem_type); in icvReadImage()
Dmatrix.cpp5412 cvInitImageHeader(this, m.size(), cvIplDepth(m.flags), m.channels()); in _IplImage()