opencv/modules/imgproc/perf
Tomoaki Teshima a82e70cd40 remove raw SSE2/NEON implementation from imgwarp.cpp
* use universal intrinsic instead of raw intrinsic
  * add 2 channels de-interleave on x86 platform
  * add v_int32x4 version of v_muladd
  * add accumulate version of v_dotprod based on the commit from seiko2plus on bf1852d
  * remove some verify check in performance test
  * avoid the out of boundary access and keep the performance
2018-04-13 21:19:16 +09:00
..
opencl remove raw SSE2/NEON implementation from imgwarp.cpp 2018-04-13 21:19:16 +09:00
perf_accumulate.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00: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 ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
perf_houghlines.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +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 remove raw SSE2/NEON implementation from imgwarp.cpp 2018-04-13 21:19:16 +09:00