peng xiao
|
422396ef6a
|
fix build error
|
12 years ago |
peng xiao
|
f69ccfa43d
|
Add opencl svm.
|
12 years ago |
Alexander Smorkalov
|
8cb0921252
|
pr #1464 reverted as breaking the build for Linux without libv4l library.
|
12 years ago |
Andrey Pavlenko
|
0a695eb314
|
hortening the file names (HighDynamicRange -> HDR)
|
12 years ago |
Ilya Lavrenov
|
f5af3ab851
|
changes in OpenCL matrix operations docs
|
12 years ago |
Ilya Lavrenov
|
c8821bd909
|
replaced manually new/delete by AutoBuffer
|
12 years ago |
Ilya Lavrenov
|
0faac595a8
|
fixed minMaxLoc kernel (removed compilation errors)
|
12 years ago |
Ilya Lavrenov
|
544c02407e
|
reverted and generalized original ocl::transpose
|
12 years ago |
Jin Ma
|
c7c0a41e17
|
Resolved the bug that the work group size is not valid.
|
12 years ago |
Ilya Lavrenov
|
c87d2d414d
|
removed arithm_absdiff.cl
|
12 years ago |
Ilya Lavrenov
|
8aa3eb817d
|
refactored arithm.cpp. Extended param list for all the tests
|
12 years ago |
Ilya Lavrenov
|
b4ad128218
|
refactoed and extended ocl::transpose
|
12 years ago |
Ilya Lavrenov
|
799afab23b
|
refactored and extended ocl::exp and ocl::log
|
12 years ago |
Ilya Lavrenov
|
0730963576
|
refactored and extended ocl::compare
|
12 years ago |
Ilya Lavrenov
|
8e0e352d77
|
refactored and extended binary bitwise operations
|
12 years ago |
Ilya Lavrenov
|
161674bff2
|
refactored and extended ocl::addWeighted
|
12 years ago |
Ilya Lavrenov
|
b20bd470fe
|
refactored and extended ocl::LUT
|
12 years ago |
Ilya Lavrenov
|
311a7233c2
|
removed comments from filtering.cpp and imgproc.cpp in ocl module
|
12 years ago |
Ilya Lavrenov
|
bd36e556a1
|
removed ocl::magnitudeSqr
|
12 years ago |
Ilya Lavrenov
|
0ad03162df
|
refactored and extended arithm operations add/sub/mul/div/absdiff
|
12 years ago |
Ilya Lavrenov
|
5ff5fdd73d
|
marked some methods of ocl::Context as const
|
12 years ago |
Ilya Lavrenov
|
d64fb235f7
|
removed needless arithm_2_mat.cl file
|
12 years ago |
StevenPuttemans
|
1b1fb131b3
|
Attempt at fixing bug 3186
|
12 years ago |
Jin Ma
|
b88f5302e2
|
Removed unused constructor.
|
12 years ago |
Jin Ma
|
1bfe39f485
|
Added knearest neighbor of OpenCL version.
It includes the accuracy/performance test and the implementation of KNN.
|
12 years ago |
Jin Ma
|
06c33df307
|
Added knearest neighbor of OpenCL version.
It includes the accuracy/performance test and the implementation of KNN.
|
12 years ago |
Csaba Kertesz
|
6fb3b4f41c
|
Fix a memory leak in CvNormalBayesClassifier::train()
|
12 years ago |
Ilya Lavrenov
|
362a67a695
|
fixed ocl::oclMat::setTo for 2-channel images
|
12 years ago |
Alexander Alekhin
|
f1b5cbc8fe
|
ocl: fix invalid usage of alignSize (n is not a power of 2), added roundUp
|
12 years ago |
Ilya Lavrenov
|
6a26c4483f
|
added performance tests for data transfer operations
|
12 years ago |
Ilya Lavrenov
|
58b84c2fc0
|
removed needless divUp
|
12 years ago |
Ilya Lavrenov
|
e0325fe057
|
removed useless output
|
12 years ago |
Ilya Lavrenov
|
a5c9d83617
|
fixed ocl::pyrUp for 2-byte types
|
12 years ago |
Alexander Alekhin
|
0ee47502d9
|
remove CV_EXPORT from templates
|
12 years ago |
Roman Donchenko
|
671e5e39b1
|
Dropped the HAVE_DC1394_095 configuration macro.
We never set it, and libdc1394 0.9.5 is obsolete anyway - 1.0 came out
in 2004.
Note that 1.0 doesn't have the do_extra_buffering parameter.
|
12 years ago |
Ilya Lavrenov
|
9311f84109
|
disabled MOG tests if no video input support
|
12 years ago |
Roman Donchenko
|
ad52dd37a9
|
Revert "Merge pull request #1376 from StevenPuttemans:bugfix_3186"
This reverts commit 41b8479d03 , reversing
changes made to 531471b0aa .
Reason: breaks the build.
|
12 years ago |
Ilya Lavrenov
|
f20cc2bce8
|
extended ocl::convertTo
|
12 years ago |
Roman Donchenko
|
fec697b390
|
Silenced a few -Wcast-align warnings in the headers.
We don't use -Wcast-align ourselves, but the headers trigger warnings
for those users who do, which is not nice.
|
12 years ago |
Jin Ma
|
f4d0c9b13c
|
Revised the code according to the feedback of the community.
|
12 years ago |
Jin Ma
|
b9d7e67589
|
Removed whitespace.
|
12 years ago |
Jin Ma
|
2e0f613c38
|
Added performance for Kalman Filter.
|
12 years ago |
Alexander Smorkalov
|
98cb1dcc9a
|
MediaRecorder hint enabled for all Android devices with API level 14 and above.
It increases performance on some devices like Nexus4.
Target Android SDK version increased up to 14.
|
12 years ago |
Roman Donchenko
|
51ed1873de
|
Eliminated unsequenced assignments to temp3 from dpstereo.cpp.
They're unsequenced if CV_IMIN3 or CV_IMAX3 are invoked more than once
in a single expression.
|
12 years ago |
Ilya Lavrenov
|
6b9c451938
|
added CV_16UC(1, 3, 4), CV_16SC(1, 3, 4) data types support in ocl::pyrUp and ocl::pyrDown
|
12 years ago |
Ilya Lavrenov
|
16357418d5
|
increased time limit for bilateral filter performance tests
|
12 years ago |
Ilya Lavrenov
|
b07b9aca5a
|
fixed HOG perf test
|
12 years ago |
Vadim Pisarevsky
|
61f2107829
|
added IPP optimization of separable 32f filters; fixed IPP version check in DFT; fixed conditions in IPP optimization of norm functions.
|
12 years ago |
Ilya Lavrenov
|
7d8bde3330
|
fixed ocl::merge in case of 2 and types CV_32S and CV_32F
|
12 years ago |
Jin Ma
|
a4ab3f4ea8
|
Removed whitespace.
|
12 years ago |