normL2             89 modules/cudaarithm/src/reductions.cpp void normL2(cv::InputArray _src, cv::OutputArray _dst, cv::InputArray _mask, Stream& stream);
normL2            109 modules/cudaarithm/src/reductions.cpp         cv::cuda::device::normL2(src_single_channel, dst, mask, stream);
normL2            111 modules/stitching/include/opencv2/stitching/detail/util_inl.hpp     return normL2(a - b);
normL2            737 modules/stitching/src/seam_finders.cpp     const float badRegionCost = normL2(Point3f(255.f, 255.f, 255.f),
normL2           1107 modules/stitching/src/seam_finders.cpp                 dx_row_[x] = normL2(dx_row[x]);
normL2           1108 modules/stitching/src/seam_finders.cpp                 dy_row_[x] = normL2(dy_row[x]);
normL2           1141 modules/stitching/src/seam_finders.cpp                 float weight = normL2(img1.at<Point3f>(y, x), img2.at<Point3f>(y, x)) +
normL2           1142 modules/stitching/src/seam_finders.cpp                                normL2(img1.at<Point3f>(y, x + 1), img2.at<Point3f>(y, x + 1)) +
normL2           1151 modules/stitching/src/seam_finders.cpp                 float weight = normL2(img1.at<Point3f>(y, x), img2.at<Point3f>(y, x)) +
normL2           1152 modules/stitching/src/seam_finders.cpp                                normL2(img1.at<Point3f>(y + 1, x), img2.at<Point3f>(y + 1, x)) +
normL2           1193 modules/stitching/src/seam_finders.cpp                 float weight = (normL2(img1.at<Point3f>(y, x), img2.at<Point3f>(y, x)) +
normL2           1194 modules/stitching/src/seam_finders.cpp                                 normL2(img1.at<Point3f>(y, x + 1), img2.at<Point3f>(y, x + 1))) / grad +
normL2           1205 modules/stitching/src/seam_finders.cpp                 float weight = (normL2(img1.at<Point3f>(y, x), img2.at<Point3f>(y, x)) +
normL2           1206 modules/stitching/src/seam_finders.cpp                                 normL2(img1.at<Point3f>(y + 1, x), img2.at<Point3f>(y + 1, x))) / grad +
normL2           1352 modules/stitching/src/seam_finders.cpp                 dx_row_[x] = normL2(dx_row[x]);
normL2           1353 modules/stitching/src/seam_finders.cpp                 dy_row_[x] = normL2(dy_row[x]);
normL2           1501 modules/stitching/src/seam_finders.cpp                 float weight = normL2(img1.at<Point3f>(y, x - 1), img2.at<Point3f>(y, x - 1)) +
normL2           1502 modules/stitching/src/seam_finders.cpp                                normL2(img1.at<Point3f>(y, x), img2.at<Point3f>(y, x)) +
normL2           1514 modules/stitching/src/seam_finders.cpp                 float weight = normL2(img1.at<Point3f>(y, x), img2.at<Point3f>(y, x)) +
normL2           1515 modules/stitching/src/seam_finders.cpp                                normL2(img1.at<Point3f>(y, x + 1), img2.at<Point3f>(y, x + 1)) +
normL2           1527 modules/stitching/src/seam_finders.cpp                 float weight = normL2(img1.at<Point3f>(y - 1, x), img2.at<Point3f>(y - 1, x)) +
normL2           1528 modules/stitching/src/seam_finders.cpp                                normL2(img1.at<Point3f>(y, x), img2.at<Point3f>(y, x)) +
normL2           1540 modules/stitching/src/seam_finders.cpp                 float weight = normL2(img1.at<Point3f>(y, x), img2.at<Point3f>(y, x)) +
normL2           1541 modules/stitching/src/seam_finders.cpp                                normL2(img1.at<Point3f>(y + 1, x), img2.at<Point3f>(y + 1, x)) +
normL2           1595 modules/stitching/src/seam_finders.cpp                 float weight = (normL2(img1.at<Point3f>(y, x - 1), img2.at<Point3f>(y, x - 1)) +
normL2           1596 modules/stitching/src/seam_finders.cpp                                 normL2(img1.at<Point3f>(y, x), img2.at<Point3f>(y, x))) / grad +
normL2           1610 modules/stitching/src/seam_finders.cpp                 float weight = (normL2(img1.at<Point3f>(y, x), img2.at<Point3f>(y, x)) +
normL2           1611 modules/stitching/src/seam_finders.cpp                                 normL2(img1.at<Point3f>(y, x + 1), img2.at<Point3f>(y, x + 1))) / grad +
normL2           1625 modules/stitching/src/seam_finders.cpp                 float weight = (normL2(img1.at<Point3f>(y - 1, x), img2.at<Point3f>(y - 1, x)) +
normL2           1626 modules/stitching/src/seam_finders.cpp                                 normL2(img1.at<Point3f>(y, x), img2.at<Point3f>(y, x))) / grad +
normL2           1640 modules/stitching/src/seam_finders.cpp                 float weight = (normL2(img1.at<Point3f>(y, x), img2.at<Point3f>(y, x)) +
normL2           1641 modules/stitching/src/seam_finders.cpp                                 normL2(img1.at<Point3f>(y + 1, x), img2.at<Point3f>(y + 1, x))) / grad +