Searched defs:weights2 (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | blend.cu | 53 … const PtrStepf weights1, const PtrStepf weights2, PtrStep<T> result) in blendLinearKernel() 70 … cols, int cn, PtrStep<T> img1, PtrStep<T> img2, PtrStepf weights1, PtrStepf weights2, PtrStep<T> … in blendLinearCaller() 87 … const PtrStepf weights1, const PtrStepf weights2, PtrStepb result) in blendLinearKernel8UC4() 106 …nt rows, int cols, PtrStepb img1, PtrStepb img2, PtrStepf weights1, PtrStepf weights2, PtrStepb re… in blendLinearCaller8UC4()
|
/external/opencv3/modules/cudaimgproc/test/ |
D | test_blend.cpp | 55 …nst cv::Mat& img1, const cv::Mat& img2, const cv::Mat& weights1, const cv::Mat& weights2, cv::Mat&… in blendLinearGold() 104 cv::Mat weights2 = randomMat(size, CV_32F, 0, 1); in CUDA_TEST_P() local
|
/external/opencv3/modules/imgproc/src/ |
D | blend.cpp | 90 const Mat * src1, * src2, * weights1, * weights2; member in cv::BlendLinearInvoker 108 weights2 = _weights2.getUMat(), dst = _dst.getUMat(); in ocl_blendLinear() local
|
/external/opencv3/modules/imgproc/perf/opencl/ |
D | perf_blend.cpp | 69 UMat weights1(srcSize, CV_32FC1), weights2(srcSize, CV_32FC1); in OCL_PERF_TEST_P() local
|
/external/opencv3/modules/cudaimgproc/perf/ |
D | perf_blend.cpp | 68 const cv::Mat weights2(size, CV_32FC1, cv::Scalar::all(0.5)); in PERF_TEST_P() local
|
/external/opencv3/modules/cudaimgproc/src/ |
D | blend.cpp | 77 GpuMat weights2 = _weights2.getGpuMat(); in blendLinear() local
|