copyMakeBorder   1147 modules/core/src/copy.cpp void cv::copyMakeBorder( InputArray _src, OutputArray _dst, int top, int bottom,
copyMakeBorder     62 modules/cudaarithm/src/core.cpp void cv::cuda::copyMakeBorder(InputArray, OutputArray, int, int, int, int, int, Scalar, Stream&) { throw_no_cuda(); }
copyMakeBorder    868 modules/ts/src/ts_func.cpp void copyMakeBorder(const Mat& src, Mat& dst, int top, int bottom, int left, int right,