Home
last modified time | relevance | path

Searched refs:accumulateWeighted (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/perf/
H A Dperf_accumulate.cpp95 PERF_ACCUMULATE_INIT(CV_32FC), accumulateWeighted(src1, dst, 0.123))
98 PERF_ACCUMULATE_MASK_INIT(CV_32FC), accumulateWeighted(src1, dst, 0.123, mask))
101 PERF_ACCUMULATE_INIT(CV_64FC), accumulateWeighted(src1, dst, 0.123456))
104 PERF_ACCUMULATE_MASK_INIT(CV_64FC), accumulateWeighted(src1, dst, 0.123456, mask))
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/test/ocl/
H A Dtest_accumulate.cpp201 OCL_OFF(cv::accumulateWeighted(src_roi, dst_roi, alpha)); in OCL_TEST_P()
202 OCL_ON(cv::accumulateWeighted(usrc_roi, udst_roi, alpha)); in OCL_TEST_P()
214 OCL_OFF(cv::accumulateWeighted(src_roi, dst_roi, alpha)); in OCL_TEST_P()
215 OCL_ON(cv::accumulateWeighted(usrc_roi, udst_roi, alpha)); in OCL_TEST_P()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/perf/opencl/
H A Dperf_accumulate.cpp133 OCL_TEST_CYCLE() cv::accumulateWeighted(src, dst, 2.0); in OCL_PERF_TEST_P()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Daccum.cpp611 void cv::accumulateWeighted( InputArray _src, InputOutputArray _dst, in accumulateWeighted() function in cv
682 cv::accumulateWeighted( src, dst, alpha, mask ); in cvRunningAvg()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/misc/java/test/
H A DImgprocTest.java119 Imgproc.accumulateWeighted(src, dst, 0.5); in testAccumulateWeightedMatMatDouble()
120 Imgproc.accumulateWeighted(src, dst2, 2); in testAccumulateWeightedMatMatDouble()
132 Imgproc.accumulateWeighted(src, dst, 0.5, mask); in testAccumulateWeightedMatMatDoubleMat()
133 Imgproc.accumulateWeighted(src, dst2, 2, mask); in testAccumulateWeightedMatMatDoubleMat()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Daccumulate.cpp358 void accumulateWeighted(const Size2D &size, in accumulateWeighted() function
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/session/
H A DHTTPTransaction.cpp1735 void accumulateWeighted(uint64_t weighted) { in accumulateWeighted() function
1788 measured_weight_.accumulateWeighted(bytes); in updateTransactionBytesSent()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/julia/gen/
H A Dfunclist.csv215 cv.accumulateWeighted
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/misc/objc/test/
H A DImgprocTest.swift96 Imgproc.accumulateWeighted(src: src, dst: dst, alpha: 0.5) in testAccumulateWeightedMatMatDouble()
97 Imgproc.accumulateWeighted(src: src, dst: dst2, alpha: 2) in testAccumulateWeightedMatMatDouble()
109 Imgproc.accumulateWeighted(src: src, dst: dst, alpha: 0.5, mask: mask) in testAccumulateWeightedMatMatDoubleMat()
110 Imgproc.accumulateWeighted(src: src, dst: dst2, alpha: 2, mask: mask) in testAccumulateWeightedMatMatDoubleMat()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/include/opencv2/
H A Dimgproc.hpp2871 CV_EXPORTS_W void accumulateWeighted( InputArray src, InputOutputArray dst,
/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/include/carotene/
H A Dfunctions.hpp1102 void accumulateWeighted(const Size2D &size,