opencv/modules/imgproc/perf
Vadim Pisarevsky a9ab869800 seriously improved performance of blur function, especially 3x3 and 5x5 cases (#7262)
* seriously improved performance of blur function, especially 3x3 and 5x5 cases

* trying to fix warnings and test failures

* replaced #if 0 with #if IPP_DISABLE_BLOCK
2016-09-09 23:31:02 +04:00
..
opencl ocl: fix input data for Canny perf test 2016-08-09 15:49:22 +03:00
perf_bilateral.cpp
perf_blur.cpp seriously improved performance of blur function, especially 3x3 and 5x5 cases (#7262) 2016-09-09 23:31:02 +04:00
perf_canny.cpp
perf_corners.cpp
perf_cvt_color.cpp Visual Studio 2015 warning and test fixes 2015-10-20 12:48:37 +03:00
perf_distanceTransform.cpp
perf_filter2d.cpp
perf_floodfill.cpp
perf_goodFeaturesToTrack.cpp
perf_histogram.cpp
perf_houghLines.cpp Outdated ICV restrictions were removed; 2016-08-19 15:08:39 +03:00
perf_integral.cpp
perf_main.cpp
perf_matchTemplate.cpp
perf_moments.cpp Increased perf_imgproc.moments max error 2015-04-27 17:05:55 +03:00
perf_morph.cpp
perf_phasecorr.cpp
perf_precomp.hpp
perf_pyramids.cpp
perf_remap.cpp
perf_resize.cpp
perf_sepfilters.cpp
perf_spatialgradient.cpp spatialGradient: HAL-accelerated 2015-06-26 16:41:00 +02:00
perf_threshold.cpp
perf_warp.cpp