Home
last modified time | relevance | path

Searched defs:weights2 (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/cudaimgproc/src/cuda/
Dblend.cu53 … 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/
Dtest_blend.cpp55 …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/
Dblend.cpp90 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/
Dperf_blend.cpp69 UMat weights1(srcSize, CV_32FC1), weights2(srcSize, CV_32FC1); in OCL_PERF_TEST_P() local
/external/opencv3/modules/cudaimgproc/perf/
Dperf_blend.cpp68 const cv::Mat weights2(size, CV_32FC1, cv::Scalar::all(0.5)); in PERF_TEST_P() local
/external/opencv3/modules/cudaimgproc/src/
Dblend.cpp77 GpuMat weights2 = _weights2.getGpuMat(); in blendLinear() local