opencv/modules/imgproc/perf
Yuantao Feng 97681bdfce
Merge pull request #25984 from fengyuentau:imgproc/warpaffine_opt
imgproc: add optimized warpAffine kernels for 8U/16U/32F + C1/C3/C4 inputs #25984

Merge wtih https://github.com/opencv/opencv_extra/pull/1198.
Merge with https://github.com/opencv/opencv_contrib/pull/3787.


### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
2024-10-03 14:01:36 +03:00
..
opencl Merge pull request #25984 from fengyuentau:imgproc/warpaffine_opt 2024-10-03 14:01:36 +03:00
perf_accumulate.cpp imgproc:simd Enable VSX and wide universal intrinsics for accumulate operations 2018-10-11 04:37:12 +02:00
perf_bilateral.cpp Extended bilateralFilter test to cover more branches. 2024-06-19 15:35:03 +03:00
perf_blur.cpp add stackblur for imgproc. 2022-09-28 17:47:32 +08:00
perf_canny.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_contours.cpp Performance test for bounding rect estimation 2019-01-18 15:50:21 +03:00
perf_corners.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_cvt_color.cpp Merge pull request #24333 from definitelyuncertain:CvtRGB2YUV422 2023-10-12 10:18:24 +03:00
perf_distanceTransform.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_filter2d.cpp perf: ignore _ovx tests 2019-03-06 15:52:23 +03:00
perf_floodfill.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_goodFeaturesToTrack.cpp Merge pull request #19392 from amirtu:OCV-165_finalize_goodFeaturesToTrack_returns_also_corner_value_PR 2021-02-15 19:55:57 +00:00
perf_histogram.cpp Add CV_16UC1 support for cuda::CLAHE 2019-02-06 17:21:55 +00:00
perf_houghcircles.cpp Merge pull request #25075 from mshabunin:cleanup-imgproc-1 2024-03-05 12:18:31 +03:00
perf_houghlines.cpp Fix modules/ typos 2019-08-16 17:34:29 +03:00
perf_integral.cpp Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
perf_intelligent_scissors.cpp Merge pull request #23698 from cpoerschke:4.x-pr-21959-perf 2023-05-29 11:02:59 +03:00
perf_main.cpp Merge pull request #11897 from Jakub-Golinowski:hpx_backend 2018-08-31 16:23:26 +03:00
perf_matchTemplate.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_moments.cpp Tune sanity threshold in Moments performance test for Android aarch64. 2024-05-07 18:24:43 +03:00
perf_morph.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_phasecorr.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_precomp.hpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_pyramids.cpp perf: ignore _ovx tests 2019-03-06 15:52:23 +03:00
perf_remap.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_resize.cpp Merge pull request #25984 from fengyuentau:imgproc/warpaffine_opt 2024-10-03 14:01:36 +03:00
perf_sepfilters.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_spatialgradient.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_threshold.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_warp.cpp Merge pull request #25984 from fengyuentau:imgproc/warpaffine_opt 2024-10-03 14:01:36 +03:00