1. 10 Oct, 2013 1 commit
  2. 04 Oct, 2013 1 commit
  3. 04 Sep, 2013 1 commit
  4. 21 Aug, 2013 2 commits
  5. 16 Aug, 2013 1 commit
  6. 08 Aug, 2013 1 commit
  7. 09 Jul, 2013 1 commit
    • Andrey Pavlenko's avatar
      fixing working with test data and a small fix for init code · fcb4c0e5
      Andrey Pavlenko authored
      - set init value for `numsdev` to prevent use of uninitialized value
      - stop use of 'workdir' and files from samples
      - forcing use of 'opencv_extra' instead
      Note: set OPENCV_TEST_DATA_PATH to full path to 'opencv_extra/testdata' (gitolite@code.opencv.org:opencv_extra.git) before running the test!
      fcb4c0e5
  8. 26 Jun, 2013 1 commit
  9. 06 Jun, 2013 1 commit
  10. 04 Jun, 2013 1 commit
    • peng xiao's avatar
      Fix a bug of gfft. · a7a94de7
      peng xiao authored
      When user provided corners buffer is big enough to be copied to from
      tmpCorners_, we allow the buffer to be reused other than allocate a new
      cl_mem object.
      a7a94de7
  11. 22 May, 2013 1 commit
    • 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
  12. 17 May, 2013 1 commit
  13. 07 May, 2013 1 commit
  14. 23 Jan, 2013 1 commit
  15. 22 Oct, 2012 1 commit
    • Niko's avatar
      remove redundant OPENCL_DIR flag · 5df77a84
      Niko authored
      remove as much warnings as possible
      use enum instead of MACRO for ocl.hpp
      add command line parser in accuracy test and perf test
      some bug fix for arthim functions
      5df77a84
  16. 11 Oct, 2012 1 commit
    • niko's avatar
      format files to ANSI C style with coolformat · 97156897
      niko authored
      change the download channels to oclchannles()
      fix bugs of arithm functions
      perf fix of bilateral
      bug fix of split test case
      add build_warps functions
      97156897
  17. 24 Sep, 2012 1 commit
  18. 17 Sep, 2012 1 commit