• peng xiao's avatar
    Add ocl's good features to track implementation. · b4a4a05b
    peng xiao authored
    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.
    b4a4a05b
Name
Last commit
Last update
..
main.cpp Loading commit data...
precomp.cpp Loading commit data...
precomp.hpp Loading commit data...
test_arithm.cpp Loading commit data...
test_blend.cpp Loading commit data...
test_brute_force_matcher.cpp Loading commit data...
test_calib3d.cpp Loading commit data...
test_canny.cpp Loading commit data...
test_color.cpp Loading commit data...
test_columnsum.cpp Loading commit data...
test_fft.cpp Loading commit data...
test_filters.cpp Loading commit data...
test_gemm.cpp Loading commit data...
test_haar.cpp Loading commit data...
test_hog.cpp Loading commit data...
test_imgproc.cpp Loading commit data...
test_match_template.cpp Loading commit data...
test_matrix_operation.cpp Loading commit data...
test_moments.cpp Loading commit data...
test_optflow.cpp Loading commit data...
test_pyrdown.cpp Loading commit data...
test_pyrup.cpp Loading commit data...
test_split_merge.cpp Loading commit data...
utility.cpp Loading commit data...
utility.hpp Loading commit data...