Home
last modified time | relevance | path

Searched refs:accumulateSquare (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/perf/
H A Dperf_accumulate.cpp57 PERF_ACCUMULATE_INIT(CV_32FC), accumulateSquare(src1, dst))
60 PERF_ACCUMULATE_MASK_INIT(CV_32FC), accumulateSquare(src1, dst, mask))
63 PERF_ACCUMULATE_INIT(CV_64FC), accumulateSquare(src1, dst))
66 PERF_ACCUMULATE_MASK_INIT(CV_64FC), accumulateSquare(src1, dst, mask))
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/test/ocl/
H A Dtest_accumulate.cpp141 OCL_OFF(cv::accumulateSquare(src_roi, dst_roi)); in OCL_TEST_P()
142 OCL_ON(cv::accumulateSquare(usrc_roi, udst_roi)); in OCL_TEST_P()
154 OCL_OFF(cv::accumulateSquare(src_roi, dst_roi, mask_roi)); in OCL_TEST_P()
155 OCL_ON(cv::accumulateSquare(usrc_roi, udst_roi, umask_roi)); in OCL_TEST_P()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/perf/opencl/
H A Dperf_accumulate.cpp91 OCL_TEST_CYCLE() cv::accumulateSquare(src, dst); in OCL_PERF_TEST_P()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Daccum.cpp407 void cv::accumulateSquare( InputArray _src, InputOutputArray _dst, InputArray _mask ) in accumulateSquare() function in cv
662 cv::accumulateSquare( src, dst, mask ); in cvSquareAcc()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/misc/java/test/
H A DImgprocTest.java94 Imgproc.accumulateSquare(src, dst); in testAccumulateSquareMatMat()
95 Imgproc.accumulateSquare(src, dst2); in testAccumulateSquareMatMat()
107 Imgproc.accumulateSquare(src, dst, mask); in testAccumulateSquareMatMatMat()
108 Imgproc.accumulateSquare(src, dst2, mask); in testAccumulateSquareMatMatMat()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Daccumulate.cpp216 void accumulateSquare(const Size2D &size, in accumulateSquare() function
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/julia/gen/
H A Dfunclist.csv213 cv.accumulateSquare
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/misc/objc/test/
H A DImgprocTest.swift71 Imgproc.accumulateSquare(src: src, dst: dst) in testAccumulateSquareMatMat()
72 Imgproc.accumulateSquare(src: src, dst: dst2) in testAccumulateSquareMatMat()
84 Imgproc.accumulateSquare(src: src, dst: dst, mask: mask) in testAccumulateSquareMatMatMat()
85 Imgproc.accumulateSquare(src: src, dst: dst2, mask: mask) in testAccumulateSquareMatMatMat()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/include/opencv2/
H A Dimgproc.hpp2831 CV_EXPORTS_W void accumulateSquare( InputArray src, InputOutputArray dst,
/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/include/carotene/
H A Dfunctions.hpp1093 void accumulateSquare(const Size2D &size,