Andrey Pavlenko
|
c36dcbcada
|
Increase accuracy interval for image filters on Android and other platforms when sensible
|
2012-11-26 22:29:05 +04:00 |
|
Andrey Kamaev
|
23011ffd81
|
Merge pull request #179 from cuda-geek:usr-bin-env-python
|
2012-11-24 19:24:01 +04:00 |
|
Maria Dimashova
|
97e36b9375
|
fix a compile error in case of building without highgui
|
2012-11-24 18:10:29 +04:00 |
|
marina.kolpakova
|
285d6320be
|
add #/usr/bin/env python to all python files
|
2012-11-23 22:57:22 +04:00 |
|
Alexander Smorkalov
|
3282e08f55
|
Default native library path for native camera updated.
New versions tries to search library in arm-v7a and Manager packages only.
|
2012-11-22 12:40:25 +04:00 |
|
Andrey Kamaev
|
24af691843
|
Merge pull request #168 from asmorkalov:android_42_camera_fix
|
2012-11-21 14:50:53 +04:00 |
|
Vadim Pisarevsky
|
c31f106012
|
Merge branch 'ParallelVideoStreams' of https://github.com/ilya-lavrenov/opencv into 2.4
|
2012-11-21 11:43:18 +04:00 |
|
Alexander Smorkalov
|
aa4e6a8a83
|
Issue #2547 Native camera does not work on Google Nexus 7 with Android 4.2 fixed;
Issue #2506 Unnecessary log printouts in OpenCV::camera fixed;
Native camera for MIPS Android 4.1.1 added.
Build script for camera updated.
|
2012-11-21 11:37:29 +04:00 |
|
Andrey Kamaev
|
d559c18ee5
|
Merge pull request #161 from apavlenko:fix/sdk_r21
|
2012-11-20 19:07:08 +04:00 |
|
Andrey Pavlenko
|
cfd634ca3e
|
Improving compatibility with the latest Android SDK (r21) and NDK (r8c).
- Adding Android SDK/ADT r21 compatibility;
- fixing stl headers path for new ndk;
- fixing native API level for Android projects
|
2012-11-20 18:40:22 +04:00 |
|
Andrey Kamaev
|
934b623fa9
|
Merging pull request #169 from taka-no-me:android-ndk-r8c
|
2012-11-20 17:56:12 +04:00 |
|
Andrey Kamaev
|
04481d9ef4
|
Fix Android build with clang compiler
|
2012-11-20 15:20:04 +04:00 |
|
Alexander Smorkalov
|
66a1ea7604
|
Test execution inside Eclipse fixed;
OpenCV testing via OpenCV Manager implemented.
|
2012-11-20 10:45:46 +04:00 |
|
Ilya Lavrenov
|
4abf0b3193
|
thread-safe VideoWriter and VideoCapture
|
2012-11-19 16:44:23 +04:00 |
|
Alexander Mordvintsev
|
9cfa51a483
|
added CV_OUT to StereoVar output paramiter
|
2012-11-13 23:17:54 +04:00 |
|
Andrey Kamaev
|
72a63922d2
|
Merge pull request #156 from jet47/gpu-hough-lines-fix
|
2012-11-13 18:24:36 +04:00 |
|
Andrey Kamaev
|
e4fb680566
|
Merge pull request #155 from jet47/gpu-test-fix
|
2012-11-13 18:23:52 +04:00 |
|
Andrey Kamaev
|
5bc66ec8e4
|
Merge pull request #149 from taka-no-me/osx_warnings
|
2012-11-13 18:21:40 +04:00 |
|
Andrey Kamaev
|
a218507586
|
Merge pull request #148 from taka-no-me/tutorial_codes
|
2012-11-13 18:20:49 +04:00 |
|
Andrey Kamaev
|
8ba9289a2c
|
Merge pull request #146 from taka-no-me/win_opengl
|
2012-11-13 18:19:42 +04:00 |
|
Andrey Kamaev
|
4d6bdc1533
|
Merge pull request #145 from taka-no-me/vec_print
|
2012-11-13 18:18:48 +04:00 |
|
Andrey Kamaev
|
c803cbb93b
|
Merge pull request #143 from vpisarev/bug_fixes4
|
2012-11-13 18:17:33 +04:00 |
|
Vladislav Vinogradov
|
a9919e01d0
|
fixed bug in gpu::HoughLines
|
2012-11-13 17:54:17 +04:00 |
|
Vladislav Vinogradov
|
606c23b9aa
|
fixed gpu module tests
uses old CommandLineParser class
|
2012-11-13 17:50:29 +04:00 |
|
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
2012-11-09 11:29:52 +04:00 |
|
Andrey Kamaev
|
b131dfeecd
|
Build tutorial codes together with other samples
These codes should be included into regular builds.
|
2012-11-09 10:15:48 +04:00 |
|
Andrey Kamaev
|
8c9c2b3a03
|
Fix build on Windows with OpenGl enabled
There was missing windows.h include in OpenGL interop code.
|
2012-11-09 10:00:24 +04:00 |
|
Andrey Kamaev
|
e5ffbf9498
|
Fix stream output operator for Vec<uchar,n>
This fixes output for 8U and 8S vector depths.
They were mistakenly printed as characters instead of numbers.
|
2012-11-09 09:54:43 +04:00 |
|
Vadim Pisarevsky
|
2e54e2a586
|
fixed problem with LBPHFaceRecognizer::update() without breaking binary compatibility.
|
2012-11-08 16:15:04 +04:00 |
|
Vadim Pisarevsky
|
9163471987
|
improved accuracy of 3x3 invert on poorly-conditioned matrices (bug #2525)
|
2012-11-08 14:09:43 +04:00 |
|
Vladislav Vinogradov
|
a0be7b57f5
|
fixed bug in gpu::PyrLKOpticalFlow::dense
vector index out of range
|
2012-11-07 17:13:19 +04:00 |
|
Vadim Pisarevsky
|
9a08b7be45
|
fixed compile problem with the old Xcode (<4.5)
|
2012-11-02 15:29:16 +04:00 |
|
Andrey Kamaev
|
f2af0e7a57
|
Merge pull request #132 from taka-no-me/version-2.4.3
|
2012-11-02 14:31:30 +04:00 |
|
Andrey Kamaev
|
4ac5223afa
|
Merge pull request #131 from taka-no-me/tegra-fast
|
2012-11-02 14:31:02 +04:00 |
|
Andrey Kamaev
|
828faf4e68
|
Merge pull request #129 from cuda-geek/CCL-test-fix
|
2012-11-02 14:30:20 +04:00 |
|
Andrey Kamaev
|
63ee26adda
|
Merge pull request #127 from cuda-geek/apple2clang
|
2012-11-02 14:29:39 +04:00 |
|
Andrey Kamaev
|
4a2f626d85
|
Remove "-rc" suffix from version
|
2012-11-02 14:27:34 +04:00 |
|
Andrey Kamaev
|
dbb5a32453
|
Use Tegra version of cv::FAST
|
2012-11-02 13:16:16 +04:00 |
|
Vadim Pisarevsky
|
42471c082f
|
possibly fixed compile errors in GPU module on Windows
|
2012-11-02 12:03:25 +04:00 |
|
marina.kolpakova
|
97cab339d2
|
fix Connected Components Labeling test crash
|
2012-11-01 23:59:01 +04:00 |
|
Kirill Kornyakov
|
1c77f0abfe
|
Rewrote abs documentation without funcx, so now :ocv:funcx: is used only for operator()
|
2012-11-01 22:28:46 +04:00 |
|
Kirill Kornyakov
|
2efd9b6ad7
|
Fixed a couple of minor issues in Javadocs
|
2012-11-01 22:28:46 +04:00 |
|
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
2012-11-01 19:34:05 +04:00 |
|
marina.kolpakova
|
5ce9965459
|
Merge pull request #125 from taka-no-me:perf_tests
|
2012-11-01 19:31:33 +04:00 |
|
marina.kolpakova
|
358fcbd5b6
|
Merge pull request #115 from asmorkalov:java_test_data_update
|
2012-11-01 19:29:18 +04:00 |
|
marina.kolpakova
|
09dec4e873
|
Merge pull request #124 from branch taka-no-me:vs8-vs9-tbb
|
2012-11-01 19:26:30 +04:00 |
|
marina.kolpakova
|
334f6344dd
|
Merge pull request #120 from NikoKJ:ocl2.4.3
|
2012-11-01 19:16:22 +04:00 |
|
marina.kolpakova
|
9b92de9a88
|
Merge pull request #121 from branch asmorkalov:android_samples_fix
|
2012-11-01 19:11:53 +04:00 |
|
Vadim Pisarevsky
|
d9d4e8df6f
|
fixed bugs #2300 (Vector::dot) and #2467 (build with Xcode 4.5 with --stdlib=libc++)
|
2012-11-01 16:37:39 +04:00 |
|
Andrey Kamaev
|
e3be5f138a
|
Fixed sanity checks in several performance tests
|
2012-11-01 16:29:30 +04:00 |
|