Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/src/
Dseam_finders.cpp754 … float costGrad = std::abs(gradx1_(y + dy1, x + dx1)) + std::abs(gradx1_(y + dy1, x + dx1 - 1)) + in computeCosts() local
756 costV(y - roi.y, x - roi.x) = costColor / costGrad; in computeCosts()
778 … float costGrad = std::abs(grady1_(y + dy1, x + dx1)) + std::abs(grady1_(y + dy1 - 1, x + dx1)) + in computeCosts() local
780 costH(y - roi.y, x - roi.x) = costColor / costGrad; in computeCosts()