Searched refs:subdx1 (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/stitching/src/ |
D | seam_finders.cpp | 1231 Mat subdx1(roi.height + 2 * gap, roi.width + 2 * gap, CV_32F); in findInPair() local 1247 subdx1.at<float>(y + gap, x + gap) = dx1.at<float>(y1, x1); in findInPair() 1254 subdx1.at<float>(y + gap, x + gap) = 0.f; in findInPair() 1288 setGraphWeightsColorGrad(subimg1, subimg2, subdx1, subdx2, subdy1, subdy2, in findInPair() 1374 Mat subdx1(roi.height + 2 * gap, roi.width + 2 * gap, CV_32F); in findInPair() local 1390 subdx1.at<float>(y + gap, x + gap) = dx1.at<float>(y1, x1); in findInPair() 1397 subdx1.at<float>(y + gap, x + gap) = 0.f; in findInPair() 1429 setGraphWeightsColorGrad(subimg1, subimg2, subdx1, subdx2, subdy1, subdy2, in findInPair()
|