1. 13 Jan, 2019 1 commit
    • Namgoo Lee's avatar
      Fix Farneback Optical Flow Algorithm · 4366c873
      Namgoo Lee authored
      - Before this PR, following tests failed on some platform.
        CUDA_OptFlow/FarnebackOpticalFlow.Accuracy/19
        CUDA_OptFlow/FarnebackOpticalFlow.Accuracy/23
      
      - The algorithm now recognizes the OPTFLOW_USE_INITIAL_FLOW flag.
        Previously, when the flag was set, it did not use the flow data
        passed as input, instead used some garbage data in memory.
      
      - More strict test limit.
      4366c873
  2. 09 Jan, 2019 12 commits
  3. 08 Jan, 2019 2 commits
  4. 07 Jan, 2019 1 commit
  5. 06 Jan, 2019 1 commit
  6. 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
  7. 02 Jan, 2019 1 commit
  8. 26 Dec, 2018 5 commits
  9. 25 Dec, 2018 8 commits
  10. 23 Dec, 2018 1 commit
  11. 22 Dec, 2018 2 commits
  12. 21 Dec, 2018 5 commits