1. 12 May, 2016 1 commit
  2. 06 May, 2016 2 commits
  3. 03 May, 2016 1 commit
  4. 29 Apr, 2016 1 commit
    • Julien Nabet's avatar
      cppcheck: fix some reports · a29c814b
      Julien Nabet authored
      All of these: (performance) Prefer prefix ++/-- operators for non-primitive types.
      [modules/calib3d/src/fundam.cpp:1049] -> [modules/calib3d/src/fundam.cpp:1049]: (style) Same expression on both sides of '&&'.
      a29c814b
  5. 25 Apr, 2016 14 commits
  6. 24 Apr, 2016 1 commit
    • ohnozzy's avatar
      Add OpenCL support to linearPolar & logPolar · db9f6117
      ohnozzy authored
      Add OpenCL  support to linearPolar & logPolar.
      The OpenCL code use float instead of double, so that it does not require
      cl_khr_fp64 extension, with slight precision lost.
      
      Add explicit conversion
      
      Add explicit conversion from double to float to eliminate warning during
      compilation.
      db9f6117
  7. 22 Apr, 2016 3 commits
  8. 21 Apr, 2016 1 commit
  9. 20 Apr, 2016 5 commits
  10. 19 Apr, 2016 8 commits
  11. 18 Apr, 2016 3 commits