Home | History | Annotate | Download | only in src

Lines Matching refs:normL2

737     const float badRegionCost = normL2(Point3f(255.f, 255.f, 255.f),
1107 dx_row_[x] = normL2(dx_row[x]);
1108 dy_row_[x] = normL2(dy_row[x]);
1141 float weight = normL2(img1.at<Point3f>(y, x), img2.at<Point3f>(y, x)) +
1142 normL2(img1.at<Point3f>(y, x + 1), img2.at<Point3f>(y, x + 1)) +
1151 float weight = normL2(img1.at<Point3f>(y, x), img2.at<Point3f>(y, x)) +
1152 normL2(img1.at<Point3f>(y + 1, x), img2.at<Point3f>(y + 1, x)) +
1193 float weight = (normL2(img1.at<Point3f>(y, x), img2.at<Point3f>(y, x)) +
1194 normL2(img1.at<Point3f>(y, x + 1), img2.at<Point3f>(y, x + 1))) / grad +
1205 float weight = (normL2(img1.at<Point3f>(y, x), img2.at<Point3f>(y, x)) +
1206 normL2(img1.at<Point3f>(y + 1, x), img2.at<Point3f>(y + 1, x))) / grad +
1352 dx_row_[x] = normL2(dx_row[x]);
1353 dy_row_[x] = normL2(dy_row[x]);
1501 float weight = normL2(img1.at<Point3f>(y, x - 1), img2.at<Point3f>(y, x - 1)) +
1502 normL2(img1.at<Point3f>(y, x), img2.at<Point3f>(y, x)) +
1514 float weight = normL2(img1.at<Point3f>(y, x), img2.at<Point3f>(y, x)) +
1515 normL2(img1.at<Point3f>(y, x + 1), img2.at<Point3f>(y, x + 1)) +
1527 float weight = normL2(img1.at<Point3f>(y - 1, x), img2.at<Point3f>(y - 1, x)) +
1528 normL2(img1.at<Point3f>(y, x), img2.at<Point3f>(y, x)) +
1540 float weight = normL2(img1.at<Point3f>(y, x), img2.at<Point3f>(y, x)) +
1541 normL2(img1.at<Point3f>(y + 1, x), img2.at<Point3f>(y + 1, x)) +
1595 float weight = (normL2(img1.at<Point3f>(y, x - 1), img2.at<Point3f>(y, x - 1)) +
1596 normL2(img1.at<Point3f>(y, x), img2.at<Point3f>(y, x))) / grad +
1610 float weight = (normL2(img1.at<Point3f>(y, x), img2.at<Point3f>(y, x)) +
1611 normL2(img1.at<Point3f>(y, x + 1), img2.at<Point3f>(y, x + 1))) / grad +
1625 float weight = (normL2(img1.at<Point3f>(y - 1, x), img2.at<Point3f>(y - 1, x)) +
1626 normL2(img1.at<Point3f>(y, x), img2.at<Point3f>(y, x))) / grad +
1640 float weight = (normL2(img1.at<Point3f>(y, x), img2.at<Point3f>(y, x)) +
1641 normL2(img1.at<Point3f>(y + 1, x), img2.at<Point3f>(y + 1, x))) / grad +