Vladislav Vinogradov
83def21ba9
increased time limits in perf tests
12 years ago
Vladislav Vinogradov
99c49648fa
fixed gpu::LUT on multi device system
12 years ago
Alexander Smorkalov
429cd85b46
More accurate guards for WinRT features in CMake.
12 years ago
Vadim Pisarevsky
9a86245242
added test for bug #1448 and hopefully fixes the bug #2898
12 years ago
Alexander Smorkalov
3d594c70ff
Multiple Windows RT fixes
...
TIFF build was fixed;
Direct Show back-end was enabled;
More accurate guards implemented.
12 years ago
Vadim Pisarevsky
a06af5ca25
dramatic speedup of SVM::predict in the case of linear SVM
12 years ago
Vladislav Vinogradov
0a65f2f4af
merged gpunonfree and nonfree module
12 years ago
Vladislav Vinogradov
3b065e38be
fixed warnings
12 years ago
Vladislav Vinogradov
fd7bf0b766
moved SURF_GPU and VIBE to gpunonfree module
12 years ago
Vladislav Vinogradov
abc9ef6809
moved utility functions from gpu_perf_test and gpu_test to ts module
12 years ago
Daniil Osokin
e153f0631c
Added missing enums for cvtColor RGB to YUV420p
12 years ago
Vladislav Vinogradov
4a237af814
implemented Malvar, He, and Cutler Bayer Demosaicing on gpu
12 years ago
Alexander Smorkalov
06aff4e7b0
Initial Windows RT support commit.
...
GPU module turned off;
TIFF support turned off;
Windows Managment and Video IO (VFW) turned off.
12 years ago
yao
084385cf38
Fix a bug in ocl::Erode/Dilate, simplify the host logic
12 years ago
peng xiao
3a565e001e
Remove unnecessary HAVE_OPENCL macro block.
12 years ago
yao
f8985bb7fc
fix warnings on Linux
12 years ago
Andrey Kamaev
980fc93b4d
Fix clang + ccache build warnings
12 years ago
Vladislav Vinogradov
4ddf634c30
gpu : implement Bayer* -> Gray color conversion
12 years ago
Andrey Kamaev
ec8637a990
Fix build errors
12 years ago
peng xiao
34998b6034
Add ocl::SURF accurate test.
...
The test cases are ported from gpu module (masked version is still
missing).
Key point direction definition is synchronized with cv::SURF.
nonfree module dependency is added into ocl module's cmake file.
12 years ago
yao
3f81a152b9
remove the OpenCL define
12 years ago
yao
0f0a4c3099
add stereoBM function
12 years ago
Alexander Smorkalov
8942eaf0d7
Stetch support for Android View classes added (Feature #2840 )
12 years ago
yao
7f0d6d42f0
fix mismatch on NV OCL and some AMD GPUs
12 years ago
Andrey Pavlenko
0e64baaec5
removing redundant code
12 years ago
Andrey Pavlenko
116d3be9c0
moving JNI library to 'build/lib' dir on non-Win
12 years ago
yao
65bb4250a4
Fix a bug in addWeighted x64 mode
...
And a potential problem in remap
12 years ago
yao
82b9854837
fix compile warnings
12 years ago
Andrey Pavlenko
d18b2c2502
patch -> revision
12 years ago
Andrey Pavlenko
c24d7cc066
adding more version-related variables
12 years ago
Vladislav Vinogradov
f533f0dca9
fixed gpu sanity tests
12 years ago
Andrey Pavlenko
5321da92cb
adding/fixing version suffix for desktop java library on all OSes
12 years ago
yao
f12369a53c
Fix ocl::HOG crash on Intel OCL
12 years ago
yao
f791344810
linux warning fix
12 years ago
yao
504008dbe0
Fix ocl::bruteforcematcher crash on Intel OCL
12 years ago
Vladislav Vinogradov
df456245e7
fixed ffmpeg destination folder for NMake generator
12 years ago
yao
7c1f1d8837
fix bug #2787
12 years ago
yao
69eebdd608
fix the blend crash in some cases
12 years ago
yao
cbff75db9e
fix build errors
12 years ago
Vladislav Vinogradov
7a0d6f7733
Super Resolution module
12 years ago
yao
9ccf27c7f5
add interfaces enable custom oclMat device memory type
12 years ago
yao
dba2ec0539
remove the compile warnings
12 years ago
yao
6df23428af
Add moments function
12 years ago
yao
9ec5333a9b
pyrlk also take advantages of cl_image support detection
12 years ago
yao
da47ccec9c
Put the cl_image support detection in utils
12 years ago
Andrey Pavlenko
1c1c3c29c3
fixing eclipse import errors
12 years ago
Andrey Kamaev
4d2c864bea
Add option --with-score to summary.py to automatically classify speedups
...
Legend for new column is:
* FASTER - strong speedup
* faster - spedup is detected but it is unreliable
* <empty> - no change in speed
* slower - slowdown is detected but it is unreliable
* SLOWER - strong slowdown
12 years ago
yao
04faaa9e35
Fix ocl::dft the compile warning on Linux
12 years ago
Alexander Smorkalov
8458f5c489
Android tutorial updated
...
OpenCV version incremented;
New CvCameraViewListener interface description added.
12 years ago
Vladislav Vinogradov
10402c8a85
fixed gpu HoughCircles test
12 years ago