Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaimgproc/src/cuda/
Dblend.cu53const PtrStepf weights1, const PtrStepf weights2, PtrStep<T> result) in blendLinearKernel()
70 …aller(int rows, int cols, int cn, PtrStep<T> img1, PtrStep<T> img2, PtrStepf weights1, PtrStepf we… in blendLinearCaller()
87const PtrStepf weights1, const PtrStepf weights2, PtrStepb result) in blendLinearKernel8UC4()
106 …dLinearCaller8UC4(int rows, int cols, PtrStepb img1, PtrStepb img2, PtrStepf weights1, PtrStepf we… in blendLinearCaller8UC4()
/external/opencv3/modules/cudaimgproc/test/
Dtest_blend.cpp55 …void blendLinearGold(const cv::Mat& img1, const cv::Mat& img2, const cv::Mat& weights1, const cv::… in blendLinearGold()
103 cv::Mat weights1 = 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
107 UMat src1 = _src1.getUMat(), src2 = _src2.getUMat(), weights1 = _weights1.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.cpp67 const cv::Mat weights1(size, CV_32FC1, cv::Scalar::all(0.5)); in PERF_TEST_P() local
/external/opencv3/modules/cudaimgproc/src/
Dblend.cpp76 GpuMat weights1 = _weights1.getGpuMat(); in blendLinear() local