Lines Matching refs:dispRight
537 short* dright = state->dispRight->data.s; in icvComputeEnergy()
542 state->dispLeft->step == state->dispRight->step ); in icvComputeEnergy()
677 short* dright0 = state->dispRight->data.s; in icvAlphaExpand()
688 state->dispLeft->step == state->dispRight->step && in icvAlphaExpand()
855 CvMat drstub, *dispRight = cvGetMat( _dispRight, &drstub ); in cvFindStereoCorrespondenceGC() local
868 CV_ASSERT( !dispRight || in cvFindStereoCorrespondenceGC()
869 (CV_ARE_SIZES_EQ(dispRight, left) && CV_MAT_CN(dispRight->type) == 1) ); in cvFindStereoCorrespondenceGC()
882 cvReleaseMat( &state->dispRight ); in cvFindStereoCorrespondenceGC()
887 state->dispRight = cvCreateMat( size.height, size.width, CV_16SC1 ); in cvFindStereoCorrespondenceGC()
897 cvSet( state->dispRight, cvScalarAll(OCCLUDED)); in cvFindStereoCorrespondenceGC()
901 CV_ASSERT( dispLeft && dispRight ); in cvFindStereoCorrespondenceGC()
903 cvConvert( dispRight, state->dispRight ); in cvFindStereoCorrespondenceGC()
954 if( dispRight ) in cvFindStereoCorrespondenceGC()
955 cvConvert( state->dispRight, dispRight ); in cvFindStereoCorrespondenceGC()