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

  /external/opencv/cxcore/include/
cxtypes.h 702 #define CV_MAX_DIM_HEAP (1 << 16)
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 617 #define CV_MAX_DIM_HEAP 1024
    [all...]
  /external/opencv3/modules/core/src/
array.cpp 547 if( dims <= 0 || dims > CV_MAX_DIM_HEAP )
    [all...]
persistence.cpp     [all...]
  /external/opencv/cxcore/src/
cxarray.cpp 656 if( dims <= 0 || dims > CV_MAX_DIM_HEAP )
    [all...]
cxpersistence.cpp     [all...]

Completed in 51 milliseconds