Home | History | Annotate | Download | only in test

Lines Matching refs:AddWeighted

2465 // AddWeighted
2467 PARAM_TEST_CASE(AddWeighted, cv::cuda::DeviceInfo, cv::Size, MatDepth, MatDepth, MatDepth, UseRoi)
2489 CUDA_TEST_P(AddWeighted, Accuracy)
2502 cv::cuda::addWeighted(loadMat(src1), alpha, loadMat(src2), beta, gamma, dst, dst_depth);
2512 cv::cuda::addWeighted(loadMat(src1, useRoi), alpha, loadMat(src2, useRoi), beta, gamma, dst, dst_depth);
2515 cv::addWeighted(src1, alpha, src2, beta, gamma, dst_gold, dst_depth);
2521 INSTANTIATE_TEST_CASE_P(CUDA_Arithm, AddWeighted, testing::Combine(