Searched refs:subdx2 (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/stitching/src/ |
D | seam_finders.cpp | 1233 Mat subdx2(roi.height + 2 * gap, roi.width + 2 * gap, CV_32F); in findInPair() local 1264 subdx2.at<float>(y + gap, x + gap) = dx2.at<float>(y2, x2); in findInPair() 1271 subdx2.at<float>(y + gap, x + gap) = 0.f; in findInPair() 1288 setGraphWeightsColorGrad(subimg1, subimg2, subdx1, subdx2, subdy1, subdy2, in findInPair() 1376 Mat subdx2(roi.height + 2 * gap, roi.width + 2 * gap, CV_32F); in findInPair() local 1407 subdx2.at<float>(y + gap, x + gap) = dx2.at<float>(y2, x2); in findInPair() 1414 subdx2.at<float>(y + gap, x + gap) = 0.f; in findInPair() 1429 setGraphWeightsColorGrad(subimg1, subimg2, subdx1, subdx2, subdy1, subdy2, in findInPair()
|