Name
Last commit
Last update
..
perf_bilateral.cpp Normalize line endings and whitespace
perf_blur.cpp Increase accuracy interval for image filters on Android and other platforms when sensible
perf_canny.cpp replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
perf_cornerEigenValsAndVecs.cpp Normalize line endings and whitespace
perf_cornerHarris.cpp Normalize line endings and whitespace
perf_cvt_color.cpp increased time-limits
perf_distanceTransform.cpp disabled whole perf test for distance transform
perf_filter2d.cpp Added thresholds to some sanity checks
perf_goodFeaturesToTrack.cpp Fix sanity checks in improc perf tests
perf_histogram.cpp perf tests for calcHist 2-3D case
perf_houghLines.cpp Removed hack from perf test on HoughLines, since I hope it is fixed by pr263
perf_integral.cpp increased time-limits
perf_main.cpp Performance testing branch is merged back into trunk
perf_morph.cpp Normalize line endings and whitespace
perf_precomp.cpp Performance testing branch is merged back into trunk
perf_precomp.hpp Fix OS X build warnings
perf_pyramids.cpp Refactored performance tests. TEST_CYCLE macro is renamed to TEST_CYCLE_N; SIMPLE_TEST_CYCLE is renamed to TEST_CYCLE; from now 100 iterations are default for performance tests
perf_remap.cpp Fix sanity checks in improc perf tests
perf_resize.cpp enabling sanity checks for warp and resize functions on Android
perf_sepfilters.cpp Refactored performance tests. TEST_CYCLE macro is renamed to TEST_CYCLE_N; SIMPLE_TEST_CYCLE is renamed to TEST_CYCLE; from now 100 iterations are default for performance tests
perf_threshold.cpp increased time-limits
perf_warp.cpp enabling sanity checks for warp and resize functions on Android