Home | History | Annotate | Download | only in src

Lines Matching refs:right

177 icvFindStereoCorrespondenceBM_SSE2( const CvMat* left, const CvMat* right,
199 const uchar* rptr0 = right->data.ptr + rofs;
240 // initialize the left and right borders of the disparity map
385 icvFindStereoCorrespondenceBM( const CvMat* left, const CvMat* right,
406 const uchar* rptr0 = right->data.ptr + rofs;
446 // initialize the left and right borders of the disparity map
557 CvMat left, right;
607 right = cvMat(right0->rows, right0->cols, CV_8U, state->preFilteredImg1->data.ptr);
649 icvPrefilter( right0, &right, state->preFilterSize,
662 cvGetRows( &right, &right_i, row0, row1 );