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

  /external/opencv/cv/src/
cvstereobm.cpp 555 CvMat lstub, *left0 = cvGetMat( leftarr, &lstub ); local
563 if( !CV_ARE_SIZES_EQ(left0, right0) ||
564 !CV_ARE_SIZES_EQ(disp, left0) )
567 if( CV_MAT_TYPE(left0->type) != CV_8UC1 ||
568 !CV_ARE_TYPES_EQ(left0, right0) ||
586 state->SADWindowSize >= MIN(left0->cols, left0->rows) )
598 state->preFilteredImg0->cols*state->preFilteredImg0->rows < left0->cols*left0->rows )
603 state->preFilteredImg0 = cvCreateMat( left0->rows, left0->cols, CV_8U )
    [all...]
cvstereogc.cpp 674 const uchar* left0 = state->left->data.ptr; local
699 const uchar* left = left0 + step*y;
  /external/opencv/cxcore/include/
cxmisc.h 466 T* left0; \
476 left0 = left; \
499 if( pivot != left0 ) \
501 CV_SWAP( *pivot, *left0, t ); \
502 pivot = left0; \
504 left = left1 = left0 + 1; \
543 left = left0, right = right0; \
547 n = MIN( (int)(left1 - left0), (int)(left - left1) ); \
549 CV_SWAP( left0[i], left[i-n], t ); \
562 stack[++sp].lb = left0; \
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 2246 CvSeqReader left0, left1, right0, right1; local
    [all...]

Completed in 55 milliseconds