Alexander Karsakov
8c39b4e8b6
Fixed stereoBM for Intel CPU.
11 years ago
Nicolas Gryman
b211e1d989
added jpeg progressive support.
11 years ago
mlyashko
70fdfa0bdb
changed type of sanity check
11 years ago
Alexander Alekhin
6bd7a444bc
UMat map-unmap synchronization test
11 years ago
Clemens Korner
f1c8b4b965
FEATURES2D: add DenseFeatureDetector Python wrapper
11 years ago
mlyashko
f38fe76025
added perf test for CalcBackProj
11 years ago
Andrey Pavlenko
c1acbb02bc
disabling calls to SURF_OCL causing tests failures
11 years ago
Andrey Pavlenko
63a746c6ea
fixing conditional compilation
11 years ago
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
krodyush
65d64af2a8
ocl_calcOpticalFlowPyrLK optimizations
...
1. decrease branch number in CL code by replacing them into weights
2. decrease local mem pressure in reduce operation by using private variables
3. decrease image sampler pressure by caching data into local memory
4. remove unnecessary sync point on the HOST side.
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