1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-17 07:04:18 +08:00
Commit Graph

6 Commits

Author SHA1 Message Date
clunietp
24cd5e21a1 Merge pull request #2113 from clunietp:quality-refactor
* Simplified quality API

* Compilation fixes

* test fixes

* Test updates

* Test fixes

* Fixed brisque data file location for install, test

* Increase error epsilon to account for multiple architectures
2019-05-14 14:36:55 +03:00
JoeHowse
b7e785233c Merge pull request #2046 from JoeHowse/master
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
2019-03-23 20:20:20 +03:00
clunietp
ebad13e0ba 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
2019-03-16 21:23:40 +00:00
kushashwa ravi shrimali
4c2f5135dd BRISQUE commit
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
2019-03-16 21:22:39 +00:00
clunietp
476167ed81 BRISQUE initial commit
Set BRISQUE expected scores from original impl

Added BRISQUE models and interface, test methods

[alalek] drop changes from libsvm files
2019-03-16 21:19:49 +00:00
clunietp
796853e057 Merge pull request #1990 from clunietp:quality-2
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
2019-02-16 17:51:16 +03:00