Searched defs:weights1 (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 …aller(int rows, int cols, int cn, PtrStep<T> img1, PtrStep<T> img2, PtrStepf weights1, PtrStepf we… in blendLinearCaller() 87 … const 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/ |
D | test_blend.cpp | 55 …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/ |
D | blend.cpp | 90 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/ |
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 | 67 const cv::Mat weights1(size, CV_32FC1, cv::Scalar::all(0.5)); in PERF_TEST_P() local
|
/external/opencv3/modules/cudaimgproc/src/ |
D | blend.cpp | 76 GpuMat weights1 = _weights1.getGpuMat(); in blendLinear() local
|