1. 20 5月, 2016 1 次提交
    • Ö
      Fix issue #6473 · 49515434
      Özgür Can 提交于
      Enable "useProvidedKeypoints" flag on cuda::ORB's detectAndCompute function in order to able to describe provided keypoints.
      
      * additional author : Ender Tunç <endertunc@yahoo.com>
      
      resolves #6473
      
       * Enable "useProvidedKeypoints" flag on cuda::ORB's detectAndCompute function in order to able to describe provided keypoints.
      
         Update for using 'const' reference to avoid array copy on each iteration.
      
      resolves #6473
      
      	Update for 'const' reference to avoid array copy on each iteration.
      49515434
  2. 18 5月, 2016 1 次提交
  3. 16 5月, 2016 3 次提交
  4. 13 5月, 2016 3 次提交
  5. 12 5月, 2016 2 次提交
  6. 11 5月, 2016 3 次提交
  7. 06 5月, 2016 2 次提交
  8. 03 5月, 2016 1 次提交
  9. 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
  10. 28 4月, 2016 1 次提交
  11. 26 4月, 2016 1 次提交
  12. 25 4月, 2016 13 次提交
  13. 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
  14. 23 4月, 2016 2 次提交
  15. 22 4月, 2016 2 次提交
  16. 21 4月, 2016 1 次提交
    • Z
      Fix bug 6445 · 94a9e169
      Zhenqing, Hu 提交于
      Root cause: when calling imread to read the pgm file, when returning with success reading file, the destructor will free the resource which used by memcpy, but in the code, the resource calculation was not correct, therefore, it will cause memory corruption during resource free.
      94a9e169
  17. 20 4月, 2016 2 次提交