1. 29 Aug, 2013 1 commit
  2. 27 Aug, 2013 1 commit
  3. 21 Aug, 2013 1 commit
  4. 14 Aug, 2013 1 commit
  5. 30 Jul, 2013 1 commit
  6. 22 Jul, 2013 1 commit
  7. 18 Jul, 2013 1 commit
    • 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
  8. 05 Jul, 2013 1 commit
  9. 04 Jul, 2013 1 commit
  10. 03 Jul, 2013 1 commit
  11. 28 Jun, 2013 1 commit
  12. 27 Jun, 2013 1 commit
  13. 26 Jun, 2013 2 commits
  14. 21 Jun, 2013 2 commits
  15. 19 Jun, 2013 1 commit
  16. 14 Jun, 2013 1 commit
  17. 13 Jun, 2013 1 commit
  18. 11 Jun, 2013 1 commit
  19. 10 Jun, 2013 2 commits
  20. 07 Jun, 2013 1 commit
  21. 03 Jun, 2013 1 commit
  22. 31 May, 2013 1 commit
    • peng xiao's avatar
      Fix ocl::filter2D. · b1c248fc
      peng xiao authored
      In current implementation, this function only works when anchor point is
      in the kernel center and kernel size supported is either 3x3 or 5x5.
      b1c248fc
  23. 30 May, 2013 1 commit
    • peng xiao's avatar
      Add non-stump based ocl Haar cascade classifier support. · fd7ba355
      peng xiao authored
      For example, haarcascade_frontalface_alt2.xml is now supported.
      Note that classifier's pattern of a cascade file must be consistent,
      i.e., all trees must either have two nodes or one node, otherwise
      unexpected results will occur.
      
      Other fixes:
      Test cases are updated.
      Some unused codes are removed.
      Fix some problems of haar when using OclCascadeClassifierBuf.
      fd7ba355
  24. 22 May, 2013 2 commits
    • Jan Machacek's avatar
      Fixed include name in OpenCL on OS X · 46b770f2
      Jan Machacek authored
      46b770f2
    • 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
  25. 17 May, 2013 1 commit
  26. 15 May, 2013 2 commits
  27. 14 May, 2013 1 commit
  28. 09 May, 2013 2 commits
  29. 02 May, 2013 1 commit
  30. 25 Apr, 2013 1 commit
  31. 19 Apr, 2013 1 commit
  32. 15 Apr, 2013 1 commit
  33. 13 Apr, 2013 1 commit
  34. 12 Apr, 2013 1 commit