graphcut          239 modules/cudalegacy/include/opencv2/cudalegacy.hpp CV_EXPORTS void graphcut(GpuMat& terminals, GpuMat& leftTransp, GpuMat& rightTransp, GpuMat& top, GpuMat& bottom, GpuMat& labels,
graphcut          243 modules/cudalegacy/include/opencv2/cudalegacy.hpp CV_EXPORTS void graphcut(GpuMat& terminals, GpuMat& leftTransp, GpuMat& rightTransp, GpuMat& top, GpuMat& topLeft, GpuMat& topRight,
graphcut         1443 modules/stitching/src/seam_finders.cpp     cuda::graphcut(terminals_d, leftT_d, rightT_d, top_d, bottom_d, labels_d, buf_d);