1. 14 May, 2019 1 commit
  2. 04 May, 2019 1 commit
    • Rostislav Vasilikhin's avatar
      Merge pull request #2106 from savuor:kinfu_fix_ocl · 5eaa25c9
      Rostislav Vasilikhin authored
      KinFu: try to fix OCL fails (#2106)
      
      * some TODOs closed
      
      * temporary turn on NaNs patching
      
      * reverted
      
      * temporary debug code added
      
      * more debug code
      
      * inf check; more debug code
      
      * debug code in kernel
      
      * debug code, try to disable some optimizations
      
      * -cl-fast-relaxed-math option removed, debug code removed
      5eaa25c9
  3. 28 Apr, 2019 2 commits
  4. 26 Apr, 2019 1 commit
  5. 20 Apr, 2019 1 commit
  6. 18 Apr, 2019 2 commits
  7. 17 Apr, 2019 2 commits
    • Alexander Alekhin's avatar
      Merge pull request #1987 from catree:improve_solvePnP · 44087be0
      Alexander Alekhin authored
      Update code after solvePnP and solvePnPRansac InputOutputArray changes
      44087be0
    • Tobias Senst's avatar
      Merge pull request #2097 from tsenst:robust_optical_flow_fix · 7ac648c2
      Tobias Senst authored
      optflow: RLOF fixes (python-binding, status flag, flat textures) (#2097)
      
      * * Bugfix for python-binding related to issue #2094. Copying the prevPtsMat to prevPoints was broken, when using python-binding.
      
      * * Connect the blurred image correctly to CROSS support region segmentation. This allows to compute more robust support region shapes. Commit refers to issue #2094.
      
      * * Bugfix to avoid the unintended assertion on flat textures discussed in issue #2094.
      
      * * Bugfix on SparseRLOFOpticalFlow status was wrongly to to 0 if forward backward error < threshold, which is wrong. Inequation has been corrected. Refers to in issue #2087.
      
      * small documentation changes
      
      * bugfix on assertions and small test changes
      7ac648c2
  8. 16 Apr, 2019 6 commits
  9. 15 Apr, 2019 1 commit
  10. 14 Apr, 2019 1 commit
  11. 13 Apr, 2019 1 commit
  12. 12 Apr, 2019 1 commit
  13. 11 Apr, 2019 3 commits
  14. 10 Apr, 2019 1 commit
  15. 09 Apr, 2019 1 commit
  16. 05 Apr, 2019 3 commits
  17. 29 Mar, 2019 1 commit
  18. 27 Mar, 2019 1 commit
  19. 23 Mar, 2019 1 commit
    • JoeHowse's avatar
      Merge pull request #2046 from JoeHowse/master · b7e78523
      JoeHowse authored
      Minor changes to the quality module to support Visual Studio 2013 (#2046)
      
      * quality: revise syntax to support Visual C++ 2013
      
      * quality: changes to standardize constness between Visual C++ 2013 and other compilers
      b7e78523
  20. 22 Mar, 2019 1 commit
  21. 18 Mar, 2019 1 commit
  22. 16 Mar, 2019 3 commits
    • clunietp's avatar
      Updated to use OpenCV ML, removed libsvm. Updated model, tests and… · ebad13e0
      clunietp authored
      Updated to use OpenCV ML, removed libsvm.  Updated model, tests and documentation.  Provided cpp samples for model training and evaluation.
      
      Fixes for warnings
      
      Improved BRISQUE documentation
      
      Fixed documentation typo
      ebad13e0
    • kushashwa ravi shrimali's avatar
      BRISQUE commit · 4c2f5135
      kushashwa ravi shrimali authored
      Minor edits
      
      minor edits
      
      double* to vector<data>
      
      Updates: BRISQUE and Python
      
      Added BRISQUE and Python Samples
      
      Minor edits
      
      Final edits: BRISQUE
      
      Final edits: BRISQUE
      
      Copyright notice added
      
      deleted .vscode
      
      Warnings rectified. Added CV_Assert
      
      Final Commit: BRISQUE
      
      Removed whitespaces. Corrected array initializations and override warnings
      
      Removed whitespaces
      
      Resolved array initialization
      
      Override warning
      
      Mac build resolved
      
      Added bibliography and corrected Mac/Android/iOS warnings
      
      Rollback changes
      
      Added BRISQUE bib
      
      Solves Mac/iOS/Android warnings
      
      Removed trailing whitespaces
      
      Updated sample code for BRISQUE C++
      
      Fixes for Win32, Win64
      
      Warnings removed
      
      trailing whitespaces
      
      Trailing whitespace removed
      4c2f5135
    • clunietp's avatar
      BRISQUE initial commit · 476167ed
      clunietp authored
      Set BRISQUE expected scores from original impl
      
      Added BRISQUE models and interface, test methods
      
      [alalek] drop changes from libsvm files
      476167ed
  23. 15 Mar, 2019 1 commit
  24. 14 Mar, 2019 3 commits