/external/opencv3/modules/core/test/ocl/ |
test_arithm.cpp | 857 //////////////////////////////// AddWeighted ///////////////////////////////////////////////// 859 typedef ArithmTestBase AddWeighted; 861 OCL_TEST_P(AddWeighted, Mat) 869 OCL_OFF(cv::addWeighted(src1_roi, alpha, src2_roi, beta, gama, dst1_roi)); 870 OCL_ON(cv::addWeighted(usrc1_roi, alpha, usrc2_roi, beta, gama, udst1_roi)); [all...] |
/external/opencv/cv/src/ |
cvaccum.cpp | 378 ICV_DEF_INIT_ACC_TAB( AddWeighted ) [all...] |
/external/opencv3/modules/core/perf/opencl/ |
perf_arithm.cpp | 619 ///////////// AddWeighted//////////////////////// 623 OCL_PERF_TEST_P(AddWeightedFixture, AddWeighted, 636 OCL_TEST_CYCLE() cv::addWeighted(src1, alpha, src2, beta, gama, dst); [all...] |
/external/opencv3/modules/cudaarithm/perf/ |
perf_element_operations.cpp | 1179 // AddWeighted 1183 PERF_TEST_P(Sz_3Depth, AddWeighted, 1206 TEST_CYCLE() cv::cuda::addWeighted(d_src1, 0.5, d_src2, 0.5, 10.0, dst, dst_depth); 1214 TEST_CYCLE() cv::addWeighted(src1, 0.5, src2, 0.5, 10.0, dst, dst_depth); [all...] |
/external/opencv3/modules/cudaarithm/test/ |
test_element_operations.cpp | [all...] |
/external/opencv/cxcore/src/ |
cxarithm.cpp | [all...] |