opencv/modules/gpu/perf
Vladislav Vinogradov bff0fad6c3 gpu TVL1 Optical Flow optimization:
do not calculate sum of error in every round of iteration;
instead the error will be summed every 2nd times or more, 
if the previous sum of error is too far away from threshold.
2013-08-27 11:21:41 +04:00
..
perf_calib3d.cpp updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
perf_core.cpp increase epsilon for GEMM & Convolve sanity tests for CUDA 5.5 2013-08-02 17:31:34 +04:00
perf_denoising.cpp updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
perf_features2d.cpp updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
perf_filters.cpp fixed BoxFilter sanity test (different rounding results) 2013-06-04 14:59:47 +04:00
perf_imgproc.cpp increase epsilon for GEMM & Convolve sanity tests for CUDA 5.5 2013-08-02 17:31:34 +04:00
perf_labeling.cpp updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
perf_main.cpp Changed the impls argument to be an array name. 2013-06-20 15:18:35 +04:00
perf_matop.cpp updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
perf_objdetect.cpp updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
perf_precomp.hpp fixed compilation issues with gpu modules: 2013-03-26 12:33:13 +04:00
perf_video.cpp gpu TVL1 Optical Flow optimization: 2013-08-27 11:21:41 +04:00