Home
last modified time | relevance | path

Searched refs:CV_DIAGONAL_SEARCH (Results 1 – 1 of 1) sorted by last modified time

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/stereo/src/
H A Dmatching.hpp236 enum {CV_VERTICAL_SEARCH, CV_DIAGONAL_SEARCH}; enumerator
264 … v = Matching::minim(c, iw + j - lr, disparity + 1, confCheck,CV_DIAGONAL_SEARCH); in operator ()()
267 … p1 = Matching::symetricVInterpolation(c, iw + j - lr, disparity + 1, v,CV_DIAGONAL_SEARCH); in operator ()()