1. 29 Mar, 2019 1 commit
  2. 27 Mar, 2019 1 commit
  3. 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
  4. 22 Mar, 2019 1 commit
  5. 18 Mar, 2019 1 commit
  6. 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
  7. 15 Mar, 2019 1 commit
  8. 14 Mar, 2019 3 commits
  9. 13 Mar, 2019 7 commits
  10. 12 Mar, 2019 1 commit
  11. 08 Mar, 2019 1 commit
  12. 06 Mar, 2019 1 commit
  13. 05 Mar, 2019 4 commits
  14. 03 Mar, 2019 1 commit
  15. 01 Mar, 2019 3 commits
  16. 26 Feb, 2019 3 commits
  17. 25 Feb, 2019 1 commit
  18. 21 Feb, 2019 1 commit
  19. 20 Feb, 2019 1 commit
    • Ted Steiner's avatar
      sfm module calls imread function, which is in imgcodecs module · fe71b09f
      Ted Steiner authored
      This built correctly before because tests were run with the highgui module enabled.
      The sfm module links against the features2d module, which brings in the highgui module as an optional target if enabled.
      Through this path, imread was working correctly despite the file including the wrong header and not declaring its linking dependency.
      fe71b09f
  20. 19 Feb, 2019 3 commits
  21. 18 Feb, 2019 1 commit