1. 21 Feb, 2018 1 commit
  2. 20 Feb, 2018 15 commits
  3. 19 Feb, 2018 11 commits
  4. 18 Feb, 2018 4 commits
  5. 17 Feb, 2018 6 commits
    • Maksim Shabunin's avatar
      Merge pull request #10868 from mshabunin:sample-bgsegm · aa7a9641
      Maksim Shabunin authored
      * Samples: reworked bgfg_bgsegm
      
      * fixup! Samples: reworked bgfg_bgsegm
      aa7a9641
    • Alexander Alekhin's avatar
      73a83696
    • Florian Echtler's avatar
      Merge pull request #10081 from floe:java-camera2-view · 6a8f57e5
      Florian Echtler authored
      * add (untested) JavaCamera2View class
      
      * initial fixes
      
      * minor cleanup
      
      * exclude JavaCamera2View from build for older SDK version
      
      * fix method name typo
      
      * add asserts + sanity checks
      
      * fix preview format checks
      
      * fix the memory leak
      
      * export cvtTwoPlaneYUVtoBGR for Java usage
      
      * add handling for two-plane YUV frames (C wrapper still missing)
      
      * add two-plane cvtColor helper function
      
      * fix warnings
      
      * actually use the new cvtColorTwoPlane helper func
      
      * fix wrong output matrix size
      
      * fix wrong conversion type
      
      * simplify method signature, add error condition
      
      * minor fixes to Mat types
      
      * remove leftover semaphore from camera api 1
      
      * android: JavaCamera2View minor refactoring
      
      - re-apply Java code style
      - imports cleanup
      - dump exceptions information
      
      * android: JavaCamera2View: pause/resume fixes
      
      * android: JavaCamera2View: fix mScale
      6a8f57e5
    • Alexander Alekhin's avatar
      eb94dfb4
    • Patrik Huber's avatar
      Merge pull request #10589 from patrikhuber:patch-1 · 7be0c785
      Patrik Huber authored
      * Make <array> #ifdef true for MSVC
      
      I think MSVC had `std::array` for quite a while (possibly going back as far as VS 2012, but it's definitely there in 2015 and 2017. So I think `_MSC_VER` `1900` is a safe bet. Probably `1800` and maybe even `1700` could work as well but I can't test that locally.
      
      * fix test
      7be0c785
    • Ryo Suzuki's avatar
      Fix typo in core/base.hpp · 97d9ea00
      Ryo Suzuki authored
      97d9ea00
  6. 16 Feb, 2018 3 commits