Home
last modified time | relevance | path

Searched defs:addWeighted (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/core/perf/
Dperf_addWeighted.cpp12 PERF_TEST_P(Size_MatType, addWeighted, TYPICAL_MATS_ADWEIGHTED) in PERF_TEST_P() argument
/external/opencv3/modules/cudaarithm/src/cuda/
Dadd_weighted.cu99 void cv::cuda::addWeighted(InputArray _src1, double alpha, InputArray _src2, double beta, double ga… in addWeighted() function in cv::cuda
/external/opencv3/modules/cudaarithm/src/
Delement_operations.cpp76 void cv::cuda::addWeighted(InputArray, double, InputArray, double, double, OutputArray, int, Stream… in addWeighted() function in cv::cuda
/external/opencv3/modules/java/src/
Dcore+Core.java557 …public static void addWeighted(Mat src1, double alpha, Mat src2, double beta, double gamma, Mat ds… in addWeighted() method in Core
566 …public static void addWeighted(Mat src1, double alpha, Mat src2, double beta, double gamma, Mat ds… in addWeighted() method in Core
/external/opencv3/modules/core/src/
Darithm.cpp4140 void cv::addWeighted( InputArray src1, double alpha, InputArray src2, in addWeighted() function in cv