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

  /external/opencv/cv/src/
cvstereogc.cpp 536 short* dleft = state->dispLeft->data.s;
539 int dstep = (int)(state->dispLeft->step/sizeof(short));
542 state->dispLeft->step == state->dispRight->step );
676 short* dleft0 = state->dispLeft->data.s;
681 int dstep = (int)(state->dispLeft->step/sizeof(short));
688 state->dispLeft->step == state->dispRight->step &&
854 CvMat dlstub, *dispLeft = cvGetMat( _dispLeft, &dlstub );
866 CV_ASSERT( !dispLeft ||
867 (CV_ARE_SIZES_EQ(dispLeft, left) && CV_MAT_CN(dispLeft->type) == 1) )
    [all...]
  /external/opencv/cv/include/
cv.h     [all...]

Completed in 101 milliseconds