Home
last modified time | relevance | path

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

/external/opencv/cxcore/include/
Dcxcore.h291 #define CV_MAX_ARR 10 macro
298 uchar* ptr[CV_MAX_ARR]; /* pointers to the array slices */
300 CvMatND* hdr[CV_MAX_ARR]; /* pointers to the headers of the
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h563 #define CV_MAX_ARR 10 macro
571 uchar* ptr[CV_MAX_ARR]; /**< pointers to the array slices */
573 CvMatND* hdr[CV_MAX_ARR]; /**< pointers to the headers of the
/external/opencv/cxcore/src/
Dcxarray.cpp493 if( count < 1 || count > CV_MAX_ARR ) in cvInitNArrayIterator()
/external/opencv3/modules/core/src/
Darray.cpp392 if( count < 1 || count > CV_MAX_ARR ) in cvInitNArrayIterator()