addEdges           53 modules/imgproc/src/gcgraph.hpp     void addEdges( int i, int j, TWeight w, TWeight revw );
addEdges          485 modules/imgproc/src/grabcut.cpp                 graph.addEdges( vtxIdx, vtxIdx-1, w, w );
addEdges          490 modules/imgproc/src/grabcut.cpp                 graph.addEdges( vtxIdx, vtxIdx-img.cols-1, w, w );
addEdges          495 modules/imgproc/src/grabcut.cpp                 graph.addEdges( vtxIdx, vtxIdx-img.cols, w, w );
addEdges          500 modules/imgproc/src/grabcut.cpp                 graph.addEdges( vtxIdx, vtxIdx-img.cols+1, w, w );
addEdges         1147 modules/stitching/src/seam_finders.cpp                 graph.addEdges(v, v + 1, weight, weight);
addEdges         1157 modules/stitching/src/seam_finders.cpp                 graph.addEdges(v, v + img_size.width, weight, weight);
addEdges         1199 modules/stitching/src/seam_finders.cpp                 graph.addEdges(v, v + 1, weight, weight);
addEdges         1211 modules/stitching/src/seam_finders.cpp                 graph.addEdges(v, v + img_size.width, weight, weight);