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 |
Alexander Smorkalov
|
3fc6e27a69
|
Some improvements in ABI compatibility checker config generator.
JNI check became optional;
Pathes to SDK, NDK and Java API level can be defined by command line.
|
11 years ago |
Jin Ma
|
f4d0c9b13c
|
Revised the code according to the feedback of the community.
|
11 years ago |
Roman Donchenko
|
caf9fdbdc3
|
Merge pull request #1432 from SpecLad:unseq
|
11 years ago |
Roman Donchenko
|
6fcd9e3830
|
Merge pull request #1431 from asmorkalov:android_recording_hint
|
11 years ago |
Jin Ma
|
b9d7e67589
|
Removed whitespace.
|
11 years ago |
Jin Ma
|
2e0f613c38
|
Added performance for Kalman Filter.
|
11 years ago |
Roman Donchenko
|
6a21eca7e7
|
Merge pull request #1421 from ilya-lavrenov:ocl_bilateral
|
11 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.
|
11 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.
|
11 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
|
11 years ago |
Roman Donchenko
|
747f7178ca
|
Merge pull request #1417 from ilya-lavrenov:merge_fix
|
11 years ago |
Roman Donchenko
|
68901ab471
|
Merge pull request #1420 from ilya-lavrenov:ocl_perf_hog
|
11 years ago |
Roman Donchenko
|
260b283fb3
|
Merge pull request #1413 from melody-rain:2.4_kalman_filter
|
11 years ago |