buildWarpSphericalMaps   59 modules/stitching/src/warpers_cuda.cpp         void buildWarpSphericalMaps(int tl_u, int tl_v, PtrStepSzf map_x, PtrStepSzf map_y,
buildWarpSphericalMaps  119 modules/stitching/src/warpers_cuda.cpp     device::imgproc::buildWarpSphericalMaps(dst_roi.tl().x, dst_roi.tl().y, map_x, map_y, K_Rinv.ptr<float>(), R_Kinv.ptr<float>(), scale, StreamAccessor::getStream(stream));
buildWarpSphericalMaps  226 modules/stitching/src/warpers_cuda.cpp     ::buildWarpSphericalMaps(src_size, Rect(dst_tl, Point(dst_br.x + 1, dst_br.y + 1)),