Ilya Lavrenov
|
c87d2d414d
|
removed arithm_absdiff.cl
|
11 years ago |
Ilya Lavrenov
|
8aa3eb817d
|
refactored arithm.cpp. Extended param list for all the tests
|
11 years ago |
Ilya Lavrenov
|
b4ad128218
|
refactoed and extended ocl::transpose
|
11 years ago |
Ilya Lavrenov
|
799afab23b
|
refactored and extended ocl::exp and ocl::log
|
11 years ago |
Ilya Lavrenov
|
0730963576
|
refactored and extended ocl::compare
|
11 years ago |
Ilya Lavrenov
|
8e0e352d77
|
refactored and extended binary bitwise operations
|
11 years ago |
Ilya Lavrenov
|
161674bff2
|
refactored and extended ocl::addWeighted
|
11 years ago |
Ilya Lavrenov
|
b20bd470fe
|
refactored and extended ocl::LUT
|
11 years ago |
Ilya Lavrenov
|
311a7233c2
|
removed comments from filtering.cpp and imgproc.cpp in ocl module
|
11 years ago |
Ilya Lavrenov
|
bd36e556a1
|
removed ocl::magnitudeSqr
|
11 years ago |
Ilya Lavrenov
|
0ad03162df
|
refactored and extended arithm operations add/sub/mul/div/absdiff
|
11 years ago |
Ilya Lavrenov
|
5ff5fdd73d
|
marked some methods of ocl::Context as const
|
11 years ago |
Ilya Lavrenov
|
d64fb235f7
|
removed needless arithm_2_mat.cl file
|
11 years ago |
Alexander Smorkalov
|
d6d8e96003
|
Merge pull request #1489 from melody-rain:2_4_knearest_neighbor
|
11 years ago |
Alexander Smorkalov
|
0cd3d1f4d6
|
Merge pull request #1482 from ilya-lavrenov:ocl_setTO
|
11 years ago |
Alexander Smorkalov
|
43485a212d
|
Merge pull request #1487 from alalek:fix_add_definitions
|
11 years ago |
Jin Ma
|
b88f5302e2
|
Removed unused constructor.
|
11 years ago |
Alexander Smorkalov
|
02247de339
|
Merge pull request #1483 from kecsap:nbayes
|
11 years ago |
Jin Ma
|
1bfe39f485
|
Added knearest neighbor of OpenCL version.
It includes the accuracy/performance test and the implementation of KNN.
|
11 years ago |
Jin Ma
|
06c33df307
|
Added knearest neighbor of OpenCL version.
It includes the accuracy/performance test and the implementation of KNN.
|
11 years ago |
Alexander Alekhin
|
286244efed
|
cmake: fixed incorrect usage of add_definitions() on Linux
|
11 years ago |
Csaba Kertesz
|
6fb3b4f41c
|
Fix a memory leak in CvNormalBayesClassifier::train()
|
11 years ago |
Ilya Lavrenov
|
362a67a695
|
fixed ocl::oclMat::setTo for 2-channel images
|
11 years ago |
Alexander Smorkalov
|
94966b38c0
|
Merge pull request #1448 from StevenPuttemans:bugfix_3264
|
11 years ago |
Andrey Pavlenko
|
d08b163657
|
Merge pull request #1468 from alalek:fix_alignSize_usage
|
11 years ago |
Alexander Alekhin
|
f1b5cbc8fe
|
ocl: fix invalid usage of alignSize (n is not a power of 2), added roundUp
|
11 years ago |
Alexander Smorkalov
|
6fae07ba88
|
Merge pull request #1460 from ilya-lavrenov:ocl_divUp
|
11 years ago |
Alexander Smorkalov
|
14951dc387
|
Merge pull request #1461 from ilya-lavrenov:ocl_dataOperations
|
11 years ago |
Alexander Smorkalov
|
d437183388
|
Merge pull request #1439 from ilya-lavrenov:convertTo
|
11 years ago |
Alexander Smorkalov
|
9cf301e257
|
Merge pull request #1449 from SpecLad:dc1394-095
|
11 years ago |
Alexander Smorkalov
|
8853d19e74
|
Merge pull request #1452 from alalek:fix_cv_export_templates
|
11 years ago |
Andrey Pavlenko
|
b3bb42773b
|
Merge pull request #1454 from ilya-lavrenov:ocl_pyrUp
|
11 years ago |
Alexander Smorkalov
|
2dceb68a21
|
Merge pull request #1455 from ilya-lavrenov:ocl_test_output
|
11 years ago |
Ilya Lavrenov
|
6a26c4483f
|
added performance tests for data transfer operations
|
11 years ago |
Ilya Lavrenov
|
58b84c2fc0
|
removed needless divUp
|
11 years ago |
Ilya Lavrenov
|
e0325fe057
|
removed useless output
|
11 years ago |
Ilya Lavrenov
|
a5c9d83617
|
fixed ocl::pyrUp for 2-byte types
|
11 years ago |
Alexander Alekhin
|
0ee47502d9
|
remove CV_EXPORT from templates
|
11 years ago |
Andrey Pavlenko
|
f9c6123439
|
Merge pull request #1444 from ilya-lavrenov:ocl_test_mog
|
11 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.
|
11 years ago |
StevenPuttemans
|
199aa80915
|
Added typo in docs of tutorial
|
11 years ago |
Ilya Lavrenov
|
9311f84109
|
disabled MOG tests if no video input support
|
11 years ago |
Roman Donchenko
|
e3710488a8
|
Merge pull request #1434 from melody-rain:Added_perf_kalman_cpp
|
11 years ago |
Roman Donchenko
|
dee2a65978
|
Merge pull request #1440 from SpecLad:wcast-align
|
11 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.
|
11 years ago |
Roman Donchenko
|
ac9bc6423a
|
Merge pull request #1428 from ilya-lavrenov:ocl_pyr
|
11 years ago |
Ilya Lavrenov
|
f20cc2bce8
|
extended ocl::convertTo
|
11 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.
|
11 years ago |
Roman Donchenko
|
f31d06f980
|
Merge pull request #1418 from vpisarev:24_ipp_sepfilter_dft
|
11 years ago |
Roman Donchenko
|
8d438e3def
|
Merge pull request #1386 from asmorkalov:android_abic_check_opt_java
|
11 years ago |