Searched refs:costGrad (Results 1 – 1 of 1) sorted by relevance
754 … float costGrad = std::abs(gradx1_(y + dy1, x + dx1)) + std::abs(gradx1_(y + dy1, x + dx1 - 1)) + in computeCosts() local756 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() local780 costH(y - roi.y, x - roi.x) = costColor / costGrad; in computeCosts()