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

  /external/opencv/cxcore/include/
cxmisc.h 96 #define CV_SPARSE_HASH_SIZE0 (1<<10)
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp 683 arr->hashsize = CV_SPARSE_HASH_SIZE0;
843 int newsize = MAX( mat->hashsize*2, CV_SPARSE_HASH_SIZE0);
    [all...]

Completed in 24 milliseconds