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
6 years ago
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
6 years ago
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
6 years ago
Alexander Alekhin
7753b5930e
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
6d16876ee2
Merge pull request #2042 from paroj:ovis_env
6 years ago
Alexander Alekhin
2b40a4e60d
Merge pull request #2038 from utkarshg6:3.4
6 years ago
Pavel Rojtberg
5ed21bb2ea
ovis: document the supported environment variables
6 years ago
Alexander Alekhin
f0e70cbfd5
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
617466c18f
Merge pull request #2039 from paroj:ovis_vsync
6 years ago
Alexander Alekhin
f9a8f0edbe
Merge moved code from opencv
6 years ago
Richard Veale
02645345c3
[moved from opencv] Merge pull request opencv/opencv#13695 from flyingfalling:3.4
...
* Fixed bug that made cuda::filter give corrupted output when different filters called in different threads. This was due to use of global texture variable shared by all filters.
* REV: fixed tab issue for opencv coding style...
original commit: 8158e5b7a0
6 years ago
Pavel Rojtberg
f23d1e9c16
ovis: allow disabling VSYNC - useful in multiwindow scenarios
...
or with batch rendering
6 years ago
Namgoo Lee
90d1627194
[moved from opencv] Move Ptr-related code from lut.cu to lut.cpp
...
original commit: a54affeb8d
6 years ago
utkarshg6
bc0e250216
Changed mismatch grayscale to image with 3 channels
6 years ago
Hamdi Sahloul
e5763fae4b
A pythonic interface for surface_matching module
6 years ago
Alexander Alekhin
75fcfa6093
Merge pull request #2028 from tomoaki0705:fixCudaImgProcFailure
6 years ago
Tomoaki Teshima
a6b3254db9
fix test failure of CUDA_ImgProc
...
* update the coefficient value
6 years ago
Alexander Alekhin
6f5d9835ba
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
debdc26b86
Merge moved code from opencv
6 years ago
Alexander Alekhin
9e190bcd81
Merge pull request #2024 from alalek:backport_bindings_generator
6 years ago
Alexander Alekhin
1756e82bdd
bindings: backport generator from OpenCV 4.x
6 years ago
Namgoo Lee
02b3d77b7b
[moved from opencv] CUDA 10.1 Build Issue Fix
...
original commit: 5a2faab2e6
6 years ago
Alexander Alekhin
536f6a935a
Merge pull request #2020 from alalek:line_descriptor
6 years ago
Hamdi Sahloul
4e3c8189a5
Fix enum wrapper
6 years ago
Alexander Alekhin
e990caef8d
line_descriptor: remove code with conflict license
6 years ago
Alexander Alekhin
33f18dd60b
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
f65010eadc
Merge moved code from opencv
6 years ago
Maksim Shabunin
b6767ccc43
Merge pull request #2011 from mshabunin:enable-narrowing-warning
...
* Fixed type narrowing issues
6 years ago
Namgoo Lee
cade19501f
[moved from opencv] cudev - Rework some code
...
- Use shfl_down, instead of __shfl_down, on warp scan
- Remove race conditions
original commit: 2b6be3cb0f
6 years ago
Alexander Alekhin
4ed97c511e
Merge pull request #2007 from tedsteiner:features2d-without-highgui
6 years ago
Ted Steiner
fe71b09f88
sfm module calls imread function, which is in imgcodecs module
...
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.
6 years ago
Alexander Alekhin
ca7cb77a7b
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
7e569cec58
Merge moved code from opencv
6 years ago
Sreejith S
412fd442b2
Merge pull request #2005 from sreejithsankar55:tempo
...
* Fixed typo
* Resolved the typo and trailing space error
6 years ago
Namgoo Lee
71f588bd8e
[moved from opencv] cuda::StereoBM - fix hanging and racing issue
...
- Fix hanging issue on 2080 Ti
- Fix racing issue
original commit: 1a961660d8
6 years ago
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
6 years ago
iindovina
287a5e529a
Merge pull request #1994 from iindovina:expose_line_descriptor_python
...
Expose line descriptor python (#1994 )
* Created wrappers for other line_descriptor functions/classes
* Changes to expose LSD and EDLines params in Python and make line descriptor available in Python
6 years ago
Namgoo Lee
04041fd7ea
[moved from opencv] cudalegacy: Use safe block scan function
...
original commit: 21eb60f88b
6 years ago
Alexander Alekhin
301aa7e908
Merge moved code from opencv
6 years ago
Namgoo Lee
fa3603a57c
[moved from opencv] Add CV_16UC1 support for cuda::CLAHE
...
Due to size limit of shared memory, histogram is built on
the global memory for CV_16UC1 case.
The amount of memory needed for building histogram is:
65536 * 4byte = 256KB
and shared memory limit is 48KB typically.
Added test cases for CV_16UC1 and various clip limits.
Added perf tests for CV_16UC1 on both CPU and CUDA code.
There was also a bug in CV_8UC1 case when redistributing
"residual" clipped pixels. Adding the test case where clip
limit is 5.0 exposes this bug.
original commit: fb8e652c3f
6 years ago
catree
650bf4308f
Update code to take into account solvePnP and solvePnPRansac use InputOutputArray for rvec and tvec parameters.
6 years ago
Alexander Alekhin
d6895a1b25
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
320e633f96
Merge pull request #1981 from paroj:linemodpy
6 years ago
Alexander Alekhin
158af2f7c4
Merge pull request #1980 from mshabunin:clang-warnings
6 years ago
Alexander Alekhin
cf4ad7a1f0
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Pavel Rojtberg
f515f0ffe5
linemod: allow creating modalities from bindings
6 years ago
Maksim Shabunin
83fc27cb99
Fixed warnings produced by clang-9.0.0
6 years ago
Alexander Alekhin
3575a7147a
Merge pull request #1976 from berak:rgbd_python_fix
6 years ago
berak
7c628d73e3
rgbd: fix python bindings
6 years ago
Alexander Alekhin
a17185c6dc
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago