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

  /external/opencv/cxcore/include/
cxmisc.h 99 #define CV_SPARSE_HASH_RATIO 3
    [all...]
  /external/opencv/cxcore/src/
cxcopy.cpp 315 if( src1->heap->active_count >= dst1->hashsize*CV_SPARSE_HASH_RATIO )
    [all...]
cxarray.cpp 840 if( mat->heap->active_count >= mat->hashsize*CV_SPARSE_HASH_RATIO )
    [all...]

Completed in 55 milliseconds