1. 11 5月, 2016 1 次提交
  2. 06 5月, 2016 2 次提交
  3. 03 5月, 2016 1 次提交
  4. 29 4月, 2016 1 次提交
    • J
      cppcheck: fix some reports · a29c814b
      Julien Nabet 提交于
      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. 26 4月, 2016 1 次提交
  6. 25 4月, 2016 13 次提交
  7. 24 4月, 2016 1 次提交
    • O
      Add OpenCL support to linearPolar & logPolar · db9f6117
      ohnozzy 提交于
      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
  8. 23 4月, 2016 2 次提交
  9. 22 4月, 2016 2 次提交
  10. 20 4月, 2016 6 次提交
  11. 19 4月, 2016 7 次提交
  12. 18 4月, 2016 3 次提交