OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 429 milliseconds