1. 18 May, 2016 1 commit
  2. 16 May, 2016 2 commits
  3. 15 May, 2016 1 commit
  4. 13 May, 2016 3 commits
  5. 12 May, 2016 2 commits
  6. 11 May, 2016 3 commits
  7. 06 May, 2016 2 commits
  8. 03 May, 2016 1 commit
  9. 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
  10. 28 Apr, 2016 1 commit
  11. 25 Apr, 2016 14 commits
  12. 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
  13. 22 Apr, 2016 3 commits
  14. 21 Apr, 2016 2 commits
    • Alexander Alekhin's avatar
      Merge branch '2.4' into master · 67a734ce
      Alexander Alekhin authored
      Commits:
      67fe57a0 add fixed video
      db0ae2ca Restore 2.4 source branch for bug fix 6317.
      97ac59cb Fix a memory leak indirectly caused by cvDestroyWindow
      eb40afa2 Add a workaround for FFmpeg's color conversion accessing past the end of the buffer
      421fcf9e Rearrange CvVideoWriter_FFMPEG::writeFrame for better readability
      912592de Remove "INSTALL_NAME_DIR lib" target property
      bb1c2d71 fix bug on border at pyrUp
      67a734ce
    • Zhenqing, Hu's avatar
      Fix bug 6445 · 94a9e169
      Zhenqing, Hu authored
      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
  15. 20 Apr, 2016 3 commits