Home
last modified time | relevance | path

Searched refs:tempDisp (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/calib3d/test/
Dtest_stereomatching.cpp721 Mat tempDisp; in runStereoMatchingAlgorithm() local
722 bm->compute( leftImg, rightImg, tempDisp ); in runStereoMatchingAlgorithm()
723 tempDisp.convertTo(leftDisp, CV_32F, 1./StereoMatcher::DISP_SCALE); in runStereoMatchingAlgorithm()