HomeSort by relevance Sort by last modified time
    Searched refs:CV_MAX_ARR (Results 1 - 2 of 2) sorted by null

  /external/opencv/cxcore/include/
cxcore.h 291 #define CV_MAX_ARR 10
298 uchar* ptr[CV_MAX_ARR]; /* pointers to the array slices */
300 CvMatND* hdr[CV_MAX_ARR]; /* pointers to the headers of the
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp 493 if( count < 1 || count > CV_MAX_ARR )
    [all...]

Completed in 24 milliseconds