Searched refs:tempDisp (Results 1 – 1 of 1) sorted by relevance
721 Mat tempDisp; in runStereoMatchingAlgorithm() local722 bm->compute( leftImg, rightImg, tempDisp ); in runStereoMatchingAlgorithm()723 tempDisp.convertTo(leftDisp, CV_32F, 1./StereoMatcher::DISP_SCALE); in runStereoMatchingAlgorithm()