• peng xiao's avatar
    Add sort_by_key for oclMat. · e1f43e3b
    peng xiao authored
    Most codes are ported from AMD's Bolt library.
    Four methods are implemented:
    
    SORT_BITONIC,   // only support power-of-2 buffer size
    SORT_SELECTION, // cannot sort duplicate keys
    SORT_MERGE,
    SORT_RADIX      // only support signed int/float keys
    e1f43e3b
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_fft.cpp Loading commit data...
test_filters.cpp Loading commit data...
test_gemm.cpp Loading commit data...
test_imgproc.cpp Loading commit data...
test_kmeans.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_objdetect.cpp Loading commit data...
test_optflow.cpp Loading commit data...
test_pyramids.cpp Loading commit data...
test_sort.cpp Loading commit data...
test_split_merge.cpp Loading commit data...
utility.cpp Loading commit data...
utility.hpp Loading commit data...