opencv/modules/imgproc/perf
Sayed Adel 8965f3ae06 imgproc:simd Enable VSX and wide universal intrinsics for accumulate operations
- improve cpu dispatching calls to allow more SIMD extentions
    (SSE4.1, AVX2, VSX)
  - wide universal intrinsics
  - replace dummy v_expand with v_expand_low
  - replace v_expand + v_mul_wrap with v_mul_expand for product accumulate operations
  - use FMA for accumulate operations
  - add mask and more types to accumulate's performance tests
2018-10-11 04:37:12 +02:00
..
opencl Rewite polar transforms (#11323) 2018-04-17 15:50:52 +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 ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_blur.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_canny.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_corners.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_cvt_color.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_distanceTransform.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_filter2d.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_floodfill.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_goodFeaturesToTrack.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_histogram.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_houghcircles.cpp Merge pull request #11108 from take1014:hough_4303 2018-05-23 20:42:12 +00:00
perf_houghlines.cpp Merge pull request #11108 from take1014:hough_4303 2018-05-23 20:42:12 +00:00
perf_integral.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_main.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_matchTemplate.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_moments.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00: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 ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_remap.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_resize.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00: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 imgproc(perf): update getPerspectiveTransform perf test 2018-07-13 15:31:33 +03:00