Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/src/
Dseam_finders.cpp748 float costColor = (diff(image1, y + dy1, x + dx1 - 1, image2, y + dy2, x + dx2) + in computeCosts() local
751 costV(y - roi.y, x - roi.x) = costColor; in computeCosts()
756 costV(y - roi.y, x - roi.x) = costColor / costGrad; in computeCosts()
772 float costColor = (diff(image1, y + dy1 - 1, x + dx1, image2, y + dy2, x + dx2) + in computeCosts() local
775 costH(y - roi.y, x - roi.x) = costColor; in computeCosts()
780 costH(y - roi.y, x - roi.x) = costColor / costGrad; in computeCosts()