Alexander Alekhin
01cfda40eb
Merge pull request #2079 from paroj:ovisres
6 years ago
Pavel Rojtberg
310ca2b4a3
ovis: addResourceLocation - only retain unique locations
6 years ago
Alexander Alekhin
2c32791a9c
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
f26c98365d
Merge pull request #2065 from JulianSeuffert:master
6 years ago
Julian Seuffert
826b77e567
ximgproc: Fix support for CV_32F WLS Filter
...
If the disparity maps have the depth CV_32F, they are wls-filtered
in `DisparityWLSFilterImpl::filter` but the result is not saved in the
OutputArray of the method. Now, the result is copied to that array.
6 years ago
Alexander Alekhin
c8ed08d0a2
Merge pull request #2058 from shimat:fix_superres_typo
6 years ago
shimat
9a5f442dd4
fix SuperResolution::getLabmda/setlabmda typo
6 years ago
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
6 years ago
Alexander Alekhin
f2618a4ed4
Merge pull request #2033 from cv3d:python/surface_matching
6 years ago
Alexander Alekhin
fd2ca91943
Merge pull request #2015 from krshrimali:krshrimali-patch-brisque
6 years ago
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