Searched refs:dispLeft (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/src/
H A Dcvstereogc.cpp536 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 ); local
866 CV_ASSERT( !dispLeft ||
867 (CV_ARE_SIZES_EQ(dispLeft, left) && CV_MAT_CN(dispLeft
[all...]
/external/opencv/cv/include/
H A Dcv.h1445 CvMat* dispLeft; member in struct:CvStereoGCState

Completed in 87 milliseconds