1. 18 Apr, 2019 1 commit
  2. 18 Mar, 2019 1 commit
  3. 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
  4. 15 Mar, 2019 1 commit
  5. 14 Mar, 2019 3 commits
  6. 13 Mar, 2019 7 commits
  7. 08 Mar, 2019 1 commit
  8. 06 Mar, 2019 1 commit
  9. 05 Mar, 2019 4 commits
  10. 03 Mar, 2019 1 commit
  11. 01 Mar, 2019 3 commits
  12. 26 Feb, 2019 3 commits
  13. 25 Feb, 2019 1 commit
  14. 21 Feb, 2019 1 commit
  15. 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
  16. 19 Feb, 2019 3 commits
  17. 18 Feb, 2019 1 commit
  18. 16 Feb, 2019 1 commit
    • clunietp's avatar
      Merge pull request #1990 from clunietp:quality-2 · 796853e0
      clunietp authored
      Image Quality Analysis (IQA) API (#1990)
      
      * Implement Quality API
      
      * Update README, fixes for gcc/tests
      
      * Add license headers
      
      * Update README
      
      * Update README
      
      * Case fixing, CMakeLists.txt update
      
      * Update CV_EXPORTS_W
      
      * Updates for compiler and doxygen warnings
      
      * Updates for doxygen
      
      * Updates based on feedback from @alalek
      
      * Compliance updates
      
      * case fixing
      
      * case fixing
      
      * OpenCL test fixes
      
      * Case fixing
      
      * Python fixes
      
      * Python fixes
      
      * Compliance updates
      
      * Python binding fix
      
      * Documentation updates
      
      * Update README, fix cv::Scalar ops
      
      * Updated precompiled headers for src cpp
      
      * Removed internal a/b perf tests
      796853e0
  19. 13 Feb, 2019 1 commit
  20. 12 Feb, 2019 1 commit
  21. 08 Feb, 2019 1 commit