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
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
Anatoly Baksheev
24d8cbf940
Viz::setViewerPose() - changed up-vector to down (common for Computer Vision & Odometry)
11 years ago
berak
80708008a4
missing () on Mat::type()
11 years ago
Alexander Alekhin
7ce2ca2e0c
ocl: workaround for Pow accuracy test failure
11 years ago
Alexander Alekhin
9cafd50160
ocl: fixes
11 years ago
Alexander Alekhin
755ca4b7cf
ocl: compare with scalar
11 years ago
Konstantin Matskevich
af1084eb58
speedUp
11 years ago
Konstantin Matskevich
91e4334227
temp
11 years ago
Konstantin Matskevich
18a59b48ba
fixes
11 years ago
Konstantin Matskevich
ddc235172e
new approach
11 years ago
Konstantin Matskevich
a5d989f346
new attempt
11 years ago
Konstantin Matskevich
799d7e7a50
bad experiment =(
11 years ago
Konstantin Matskevich
0904f10ab5
optimizations
11 years ago
Konstantin Matskevich
bfc843a5f5
added optimization
11 years ago
Konstantin Matskevich
b5f717b6b3
stereoBM
11 years ago
Ilya Lavrenov
6f12f1b3b5
added 3 vs 4 channels performance tests
11 years ago
Ilya Lavrenov
6be7869ae8
fix for unsupported doubles
11 years ago
Alexander Karsakov
4698d62125
Removed workaround for Intel platform.
11 years ago
Alexander Karsakov
8910508b83
Fixed getPolicy() method to make it thread-safe.
11 years ago
kuroda sho
f9484bae8a
fix: use "cvAlloc" wrapper function for malloc.
11 years ago
Ilya Lavrenov
b47bec2ed0
performance tests for ORB
11 years ago
Vadim Pisarevsky
4fafab3786
fixed extra whitespace
11 years ago
Vadim Pisarevsky
42e604abea
fixed bug in FAST
11 years ago
Vadim Pisarevsky
3e854fa6e5
finished OpenCL port of ORB
11 years ago
Ilya Lavrenov
61c347fb76
typos
11 years ago
Ilya Lavrenov
357a856cf6
nonfree perf tests
11 years ago
Ilya Lavrenov
6f76e7b42d
improved performance of bitwise ops
11 years ago