opencv/modules/ocl/test
peng xiao b4a4a05bdc Add ocl's good features to track implementation.
Additional notes with this commit:
1. Add cornerHarris_dxdy and cornerMinEigenVal_dxdy to get
the interim dx and dy output of Sobel operator;
2. Add minMax_buf to allow user to reuse buffers in minMax;
3. Fix an error when either min or max pointer fed into minMax is NULL;
4. Corner sorter temporarily uses C++ STL's quick sort. A parallel
 selection sort in OpneCL is contained in the implementation but disabled
due to poor performance at the moment.
5. Accuracy test for ocl gfft.
2013-05-22 13:46:42 +08:00
..
main.cpp Fix the problem of device selection on hybrid video systems. 2013-04-05 09:19:59 +08:00
precomp.cpp
precomp.hpp remove interpolation.hpp 2013-05-08 15:27:35 +08:00
test_arithm.cpp fix warnings, unify test names 2013-05-09 17:57:13 +08:00
test_blend.cpp fix warnings, unify test names 2013-05-09 17:57:13 +08:00
test_brute_force_matcher.cpp Merge pull request #871 from bitwangyaoyao:2.4_acry 2013-05-13 23:04:11 +04:00
test_calib3d.cpp Merge pull request #839 from pengx17:2.4_ocl_csbp 2013-05-14 15:56:07 +04:00
test_canny.cpp remove redundant OPENCL_DIR flag 2012-10-22 15:14:22 +08:00
test_color.cpp use clean EXPECT_MAT_NEAR (no string output) 2013-05-08 17:07:44 +08:00
test_columnsum.cpp fix warnings, unify test names 2013-05-09 17:57:13 +08:00
test_fft.cpp fix the warnings in fft tests 2013-05-13 15:04:23 +08:00
test_filters.cpp fix warnings, unify test names 2013-05-09 17:57:13 +08:00
test_gemm.cpp fix the waring in gemm test 2013-05-17 13:19:09 +08:00
test_haar.cpp Merge pull request #871 from bitwangyaoyao:2.4_acry 2013-05-13 23:04:11 +04:00
test_hog.cpp fix warnings, unify test names 2013-05-09 17:57:13 +08:00
test_imgproc.cpp use clean EXPECT_MAT_NEAR (no string output) 2013-05-08 17:07:44 +08:00
test_match_template.cpp fix warnings, unify test names 2013-05-09 17:57:13 +08:00
test_matrix_operation.cpp fix warnings, unify test names 2013-05-09 17:57:13 +08:00
test_moments.cpp fix warnings, unify test names 2013-05-09 17:57:13 +08:00
test_optflow.cpp Add ocl's good features to track implementation. 2013-05-22 13:46:42 +08:00
test_pyrdown.cpp fix warnings, unify test names 2013-05-09 17:57:13 +08:00
test_pyrup.cpp fix warnings, unify test names 2013-05-09 17:57:13 +08:00
test_split_merge.cpp fix warnings, unify test names 2013-05-09 17:57:13 +08:00
utility.cpp format files to ANSI C style with coolformat 2012-10-11 16:22:47 +08:00
utility.hpp Merge pull request #871 from bitwangyaoyao:2.4_acry 2013-05-13 23:04:11 +04:00