Andrey Pavlenko
7e03a8b279
fixing check_docs2.py issue
11 years ago
Konstantin Matskevich
67926fa028
ocl morphology fix
11 years ago
Ilya Lavrenov
061a25447e
eliminated restriction delta == 0 from cv::sepFilter2D
11 years ago
Konstantin Matskevich
c2355d3a12
case-insensitivity
11 years ago
Ilya Lavrenov
e2c6ab0166
refactored filter2D; eliminated restrictions sdepth == ddepth, delta == 0
11 years ago
Ilya Lavrenov
b6833fdde7
added 3-channels support to cv::medianBlur
11 years ago
Ilya Lavrenov
a51ab99a79
added 3-channels support to cv::filter2D, cv::Laplacian
11 years ago
Ilya Lavrenov
e19c42dded
added 3-channels support to cv::boxFilter, cv::blur, cv::sqrBoxFilter
11 years ago
Ilya Lavrenov
8f5fd44fb2
added 3 channels support to cv::bilateralFilter
...
Conflicts:
modules/imgproc/test/ocl/test_filters.cpp
11 years ago
Ilya Lavrenov
6ba60a1e22
added 3-channels support to cv::Canny
11 years ago
Vladimir Kolesnikov
60803afe8f
Misprint fixed in table formatter
11 years ago
Andrey Pavlenko
259b9e093c
disabling failing tests
11 years ago
Andrey Pavlenko
5421d741bc
making OCL tests conform to the comon style
11 years ago
Alessandro Trebbi
c4a63f6a86
-
11 years ago
Ilya Lavrenov
20b6191842
doc fix
11 years ago
Koji Miyazato
0a5d6e10b9
Added test code for I/O of user-defined types.
11 years ago
Andrey Pavlenko
a3668f1369
changing default perf strategy from BASIC (old) to SIMPLE (new, faster)
11 years ago
Alexander Smorkalov
0dba5bdc4a
Multiple fixes in camera.
...
Fixed constant value for focus mode FOCUS_MODE_CONTINUES_PHOTO;
Add setters and getters for exposure lock and white balance lock flags;
Excluded camera restart for all setters except frame size.
11 years ago
Konstantin Matskevich
79fc3a6203
added gpu type selection in OPENCV_OPENCL_DEVICE parser
11 years ago
Ilya Lavrenov
2875ce60ea
added 3-channels support to optimized version
11 years ago
Andrey Pavlenko
fe5eaae102
adding missing include (fixing 'no ocl implementation' error)
11 years ago
Alexander Smorkalov
846266fde4
Native camera fix for some deivices with Qualcomm SoC like Samsung Galaxy S4.
11 years ago
Alexander Karsakov
0bd4fd3a87
Workaround for Intel platform: replace min() with ternary operator
11 years ago
Andrey Pavlenko
b7198ccf1c
dropping legacy modes testing
11 years ago
Andrey Pavlenko
640e180efe
switching to CV_HAAR_SCALE_IMAGE mode, enabling test
11 years ago
Andrey Pavlenko
d060d30fa0
enabling OCL LBP branch for all devices
11 years ago
mlyashko
80a40ae3d7
changed epsilon for test pass on Win32
11 years ago
Ilya Lavrenov
63d8a61b9b
enabled 3-channels support for cv::createSuperResolution_BTVL1
11 years ago
Alexander Karsakov
b14c314fc3
Fixed incorrect thread synchronizations
11 years ago
Ilya Lavrenov
eb8b4c58c7
fixed bug in cv::ocl::predictOptimalVectorWidth
11 years ago
Ilya Lavrenov
291458a859
generalized OpenCL version of cv::sepFilter2D; removed some restrictions and added 3-channels support
11 years ago
Alexander Karsakov
30a8308f8e
Enabled Intel-specific optimizations for HOG detector.
11 years ago
Ilya Lavrenov
b449b0bf71
simplified cv::sepFilter2D OpenCL part
11 years ago
Ilya Lavrenov
b73490f86c
eliminated restriction src[i].channels() == 1 in cv::merge
11 years ago
Konstantin Matskevich
f9f730c426
update error message
11 years ago
Ilya Lavrenov
04884ebf45
added 3-channels support to cv::setIdentity
11 years ago
Ilya Lavrenov
d1cfcfcafd
added 3-channels support to morphology operations
11 years ago
Ilya Lavrenov
8d97d0d631
added 3-channels support to cv::flip
11 years ago
Firat Kalaycilar
0a16d93e1d
Fixed an issue with weight assignment causing the resulting GMM weights to be unsorted in the CUDA and OCL versions of BackgroundSubtractorMOG2
11 years ago
Koji Miyazato
a43ef9a6cd
WriteStructContext treats state of fs
11 years ago
Alexander Smorkalov
b4e4f13f9e
Superres module enabled for Android. GPU samples build fixed for Android.
11 years ago
Konstantin Matskevich
eebf92ba58
fix for incorrect opencl device selection
11 years ago
Ilya Lavrenov
6fe71bd27c
added 4 channels support to fnlm
11 years ago
Ilya Lavrenov
82e6edfba2
optimized sep filter
11 years ago
Ilya Lavrenov
3940b6163b
remove intel guard since the code is 2 times faster on AMD too
11 years ago
yash
51cb6998ea
made the example consistent with the fuction definition and improved doc
...
made the example consistent with the fuction definition and improved doc
11 years ago
Anatoly Baksheev
0c02e5de25
minor doc fix
11 years ago
vbystricky
6890aa0033
Fix problems on Intel HD graphics
11 years ago
Alexander Alekhin
af062b7c42
ocl: compare: remove useless perf tests
11 years ago
Konstantin Matskevich
1a43ed9893
finalizing
11 years ago