Searched refs:subimg2 (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/stitching/src/ |
D | exposure_compensate.cpp | 86 Mat subimg1, subimg2; in feed() local 97 … subimg2 = images[j](Rect(roi.tl() - corners[j], roi.br() - corners[j])).getMat(ACCESS_READ); in feed() 109 const Point3_<uchar>* r2 = subimg2.ptr<Point3_<uchar> >(y); in feed()
|
D | seam_finders.cpp | 1228 Mat subimg2(roi.height + 2 * gap, roi.width + 2 * gap, CV_32FC3); in findInPair() local 1262 subimg2.at<Point3f>(y + gap, x + gap) = img2.at<Point3f>(y2, x2); in findInPair() 1269 subimg2.at<Point3f>(y + gap, x + gap) = Point3f(0, 0, 0); in findInPair() 1285 setGraphWeightsColor(subimg1, subimg2, submask1, submask2, graph); in findInPair() 1288 setGraphWeightsColorGrad(subimg1, subimg2, subdx1, subdx2, subdy1, subdy2, in findInPair() 1371 Mat subimg2(roi.height + 2 * gap, roi.width + 2 * gap, CV_32FC3); in findInPair() local 1405 subimg2.at<Point3f>(y + gap, x + gap) = img2.at<Point3f>(y2, x2); in findInPair() 1412 subimg2.at<Point3f>(y + gap, x + gap) = Point3f(0, 0, 0); in findInPair() 1425 setGraphWeightsColor(subimg1, subimg2, submask1, submask2, in findInPair() 1429 setGraphWeightsColorGrad(subimg1, subimg2, subdx1, subdx2, subdy1, subdy2, in findInPair()
|