• 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
..
doc Loading commit data...
include/opencv2/ocl Loading commit data...
perf Loading commit data...
src Loading commit data...
test Loading commit data...
CMakeLists.txt Loading commit data...