OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dispRight
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvstereogc.cpp
537
short* dright = state->
dispRight
->data.s;
542
state->dispLeft->step == state->
dispRight
->step );
677
short* dright0 = state->
dispRight
->data.s;
688
state->dispLeft->step == state->
dispRight
->step &&
855
CvMat drstub, *
dispRight
= cvGetMat( _dispRight, &drstub );
868
CV_ASSERT( !
dispRight
||
869
(CV_ARE_SIZES_EQ(
dispRight
, left) && CV_MAT_CN(
dispRight
->type) == 1) );
882
cvReleaseMat( &state->
dispRight
);
887
state->
dispRight
= cvCreateMat( size.height, size.width, CV_16SC1 )
[
all
...]
/external/opencv/cv/include/
cv.h
[
all
...]
Completed in 222 milliseconds