buildEdgePointList  115 modules/cudaimgproc/src/generalized_hough.cpp         void buildEdgePointList(const GpuMat& edges, const GpuMat& dx, const GpuMat& dy);
buildEdgePointList  501 modules/cudaimgproc/src/generalized_hough.cpp         buildEdgePointList(templEdges_, templDx_, templDy_);
buildEdgePointList  530 modules/cudaimgproc/src/generalized_hough.cpp         buildEdgePointList(imageEdges_, imageDx_, imageDy_);
buildEdgePointList  830 modules/cudaimgproc/src/generalized_hough.cpp         buildEdgePointList(edges, dx, dy);