1. 11 Feb, 2019 1 commit
  2. 09 Feb, 2019 1 commit
  3. 08 Feb, 2019 6 commits
  4. 07 Feb, 2019 1 commit
  5. 30 Jan, 2019 2 commits
  6. 07 Jan, 2019 1 commit
  7. 04 Jan, 2019 1 commit
    • Lee Jaehwan's avatar
      Merge pull request #13544 from eightco:bugfix · 71aee662
      Lee Jaehwan authored
      Fix a bug in cv :: merge when array of 3-channel mat is input (#13544)
      
      * Mat merge function bug fix - Bug fix of merge function of 3-channel vector <Mat> of 3 or 4 matrices
      
      * Add Core_merge test for opencv#13544
      
      * fixups
      71aee662
  8. 17 Dec, 2018 1 commit
  9. 04 Dec, 2018 1 commit
  10. 03 Dec, 2018 3 commits
  11. 29 Nov, 2018 1 commit
  12. 27 Nov, 2018 1 commit
  13. 24 Nov, 2018 2 commits
  14. 22 Nov, 2018 1 commit
  15. 21 Nov, 2018 1 commit
  16. 20 Nov, 2018 1 commit
    • Sayed Adel's avatar
      core: several improves and fixes on ppc64le infrastructure · 474a0dac
      Sayed Adel authored
        - add infrastructure support for Power9/VSX3
        - fix missing VSX flags on GCC4.9 and CLANG4(#13210, #13222)
        - fix disable VSX optimzation on GCC by using flag ENABLE_VSX
        - flag ENABLE_VSX is deprecated now, use CPU_BASELINE, CPU_DISPATCH instead
        - add VSX3 to arithmetic dispatchable flags
      474a0dac
  17. 17 Nov, 2018 2 commits
  18. 16 Nov, 2018 1 commit
  19. 15 Nov, 2018 1 commit
  20. 13 Nov, 2018 1 commit
  21. 12 Nov, 2018 2 commits
  22. 10 Nov, 2018 1 commit
  23. 09 Nov, 2018 2 commits
  24. 08 Nov, 2018 3 commits
  25. 02 Nov, 2018 1 commit
  26. 01 Nov, 2018 1 commit
    • Vadim Pisarevsky's avatar
      completely new C++ persistence implementation (#13011) · 0f622206
      Vadim Pisarevsky authored
      * integrated the new C++ persistence; removed old persistence; most of OpenCV compiles fine! the tests have not been run yet
      
      * fixed multiple bugs in the new C++ persistence
      
      * fixed raw size of the parsed empty sequences
      
      * [temporarily] excluded obsolete applications traincascade and createsamples from build
      
      * fixed several compiler warnings and multiple test failures
      
      * undo changes in cocoa window rendering (that was fixed in another PR)
      
      * fixed more compile warnings and the remaining test failures (hopefully)
      
      * trying to fix the last little warning
      0f622206