Andrey Kamaev
|
7bee55b84e
|
Merge pull request #243 from takacsd:2.4
|
2012-12-20 16:58:14 +04:00 |
|
Alexander Smorkalov
|
ee144852f2
|
Hardware platform detection for non arm devices fixed.
|
2012-12-20 16:44:56 +04:00 |
|
Andrey Kamaev
|
7c37f5d7de
|
Merge pull request #242 from asmorkalov:manager_warning_fix
|
2012-12-20 16:13:45 +04:00 |
|
Vladislav Vinogradov
|
660d23aa04
|
added cv::gpu::resetDevice to RunPerfTestBody
|
2012-12-20 15:33:04 +04:00 |
|
Vladislav Vinogradov
|
1a76242d99
|
added GPU_TEST_P macros
|
2012-12-20 15:33:04 +04:00 |
|
takacsd
|
64f821908e
|
Add missing _WIN32 check in core/operations.hpp.
Fix a compilation error with MinGW gcc 4.7 with enabled C++11 support (-std=c++11).
Issue number: #2555
|
2012-12-20 11:28:16 +01:00 |
|
Andrey Kamaev
|
875294aa92
|
Merge pull request #241 from taka-no-me:less_cc_tests
|
2012-12-20 13:05:05 +04:00 |
|
Alexander Smorkalov
|
71e7d444d8
|
All OpenCV Manager compiler warrnings fixed.
|
2012-12-20 12:28:30 +04:00 |
|
Andrey Kamaev
|
ca7abe1239
|
Reduce number of performance tests for LBP cascade
|
2012-12-20 12:25:59 +04:00 |
|
Andrey Kamaev
|
f4433ff9c4
|
Merge pull request #238 from asmorkalov:android_resolution_sample
|
2012-12-20 12:10:57 +04:00 |
|
Alexander Smorkalov
|
77df8730ef
|
Tutorial-5 sample extended.
Application menu reorganized;
Resolution control added.
|
2012-12-20 11:16:34 +04:00 |
|
Jason Newton
|
4cb25e9584
|
update documentation to latest connected components interface
|
2012-12-19 14:55:46 -08:00 |
|
Eric Christiansen
|
ad326cb0be
|
adds desktop java junit tests
|
2012-12-19 14:28:59 -08:00 |
|
Andrey Kamaev
|
c8b658fdb6
|
Merge pull request #237 from asmorkalov:android_make_install_fix
|
2012-12-19 22:09:04 +04:00 |
|
Andrey Kamaev
|
48f19fba76
|
Merge pull request #235 from asmorkalov:doc_manager_selection
|
2012-12-19 18:00:49 +04:00 |
|
Alexander Smorkalov
|
1555922228
|
OpenCV for Android SDK installation improved;
ReadMe.txt for OpenCV Manager added;
share folder excluded from SDK.
|
2012-12-19 17:28:46 +04:00 |
|
Andrey Kamaev
|
8763ad6c99
|
Fix ccache search in Android CMake toolchain.
|
2012-12-19 16:50:08 +04:00 |
|
Andrey Kamaev
|
35ac95930f
|
Merge pull request #236 from asmorkalov:javadoc_fix
|
2012-12-19 16:32:45 +04:00 |
|
Andrey Kamaev
|
b35fa6c4ff
|
Merge pull request #202 from Daniil-Osokin:calcHist
|
2012-12-19 15:07:40 +04:00 |
|
Alexander Smorkalov
|
d7c89fc649
|
A lot of javadoc warnings duting javadoc build (Bug #2647) issue fixed
Black list of entities, that are not implemented in Java API added to javadoc generator
|
2012-12-19 12:53:44 +04:00 |
|
Vladislav Vinogradov
|
4ba33fa1ed
|
Revert "call resetDevice if gpu test fails"
This reverts commit ab25fe9e37 .
|
2012-12-19 11:13:31 +04:00 |
|
Vadim Pisarevsky
|
a75e5ac277
|
Merge pull request #232 from asmorkalov:compiler_bug_workaround
|
2012-12-19 10:20:10 +04:00 |
|
Andrey Kamaev
|
2c56a09bee
|
Merge pull request #226 from taka-no-me/equalizeHist
Fix equalization formula in equalizeHist function & rewrite in C++
|
2012-12-18 15:53:13 -08:00 |
|
Vadim Pisarevsky
|
31857082f4
|
probably fixed build problems on Android
|
2012-12-18 14:12:07 -08:00 |
|
Daniil Osokin
|
98d7d99244
|
Add threaded version of equalizeHist
|
2012-12-18 23:59:50 +04:00 |
|
Alexander Smorkalov
|
3c09b075fc
|
OpenCV Manager selection chapter added to documentation.
|
2012-12-18 18:34:51 +04:00 |
|
Vladislav Vinogradov
|
41c9377db0
|
fixed warnings under windows
|
2012-12-18 18:03:54 +04:00 |
|
Vladislav Vinogradov
|
ab25fe9e37
|
call resetDevice if gpu test fails
|
2012-12-18 16:59:00 +04:00 |
|
Alexander Smorkalov
|
dfa4b2fefa
|
Workaround for gcc overoptimization compiler bug.
|
2012-12-18 15:58:17 +04:00 |
|
Vadim Pisarevsky
|
3edf7c5386
|
Merge pull request #220 from ilya-lavrenov:SIMDFastAreaResize
|
2012-12-18 15:00:00 +04:00 |
|
Vladislav Vinogradov
|
0973e86d8a
|
fixed printShortCudaDeviceInfo for new CC
|
2012-12-18 13:56:21 +04:00 |
|
Vladislav Vinogradov
|
bac94f85c1
|
fixed printCudaDeviceInfo for 3.5 CC (Patch #2641)
|
2012-12-18 13:50:19 +04:00 |
|
Vadim Pisarevsky
|
d3354c543e
|
Merge pull request #229 from Nerei:master
|
2012-12-17 20:28:57 +04:00 |
|
Vladislav Vinogradov
|
dd8e442bda
|
replaced DeviceInfo().supports with deviceSupports
|
2012-12-17 17:03:39 +04:00 |
|
Ilya Lavrenov
|
a319bae6e2
|
added #undef _mm_packus_epi32
|
2012-12-17 16:56:37 +04:00 |
|
Ilya Lavrenov
|
d246b41573
|
changed loop condition
|
2012-12-17 15:50:01 +04:00 |
|
Ilya Lavrenov
|
c2f2e33a5e
|
removed debug messages
|
2012-12-17 15:45:20 +04:00 |
|
Ilya Lavrenov
|
743dce6a4b
|
Merge remote-tracking branch 'upstream/master' into SIMDFastAreaResize-2
|
2012-12-17 15:27:32 +04:00 |
|
Ilya Lavrenov
|
aa0dafcc1f
|
replaced _mm_packs_epi32 to _mm_packus_epi32
|
2012-12-17 14:09:25 +04:00 |
|
Anatoly Baksheev
|
680eeecc3b
|
fixed samples compilation
|
2012-12-17 13:19:26 +04:00 |
|
Daniil-Osokin
|
cd501d947c
|
perf tests for calcHist 2-3D case
|
2012-12-17 12:35:32 +04:00 |
|
Vladislav Vinogradov
|
1a1f454241
|
updated gpu houghlines sample
|
2012-12-17 11:15:45 +04:00 |
|
Daniil-Osokin
|
7d94236c14
|
TBB version of calcHist
|
2012-12-17 11:01:31 +04:00 |
|
Jason Newton
|
e1b60aa4e3
|
drop usage of macros... the type is already there!
|
2012-12-16 22:44:36 -08:00 |
|
Vladislav Vinogradov
|
da017fbeb9
|
fast optical flow bm implementation
|
2012-12-17 10:39:19 +04:00 |
|
Jason Newton
|
5f86eb8d63
|
proper dimensions from cv::Size in output stats/centroid
|
2012-12-16 18:33:50 -08:00 |
|
Vadim Pisarevsky
|
09be997ed8
|
Merge pull request #225 from pieleric:2.4
|
2012-12-16 22:18:24 +04:00 |
|
Vadim Pisarevsky
|
5c88577138
|
Merge pull request #227 from taka-no-me:sanity_MatND
|
2012-12-16 22:17:51 +04:00 |
|
Vadim Pisarevsky
|
2508d8e2b4
|
Merge pull request #218 from taka-no-me:drop_utf16
|
2012-12-16 22:16:54 +04:00 |
|
Vadim Pisarevsky
|
d6add763c7
|
Merge pull request #228 from Nerei:master
|
2012-12-16 22:15:07 +04:00 |
|