OpenCV Buildbot
1cb21d292b
update FFMPEG wrapper binaries
12 years ago
Andrey Kamaev
585f3bc391
Disable perf test for unstable solvePnPRansac
12 years ago
Andrey Kamaev
b45a870d9a
Limit 32S data in perf test for addWeighted to avoid integer overflow
12 years ago
Andrey Kamaev
c13eb07d47
Fix argument parsing for old command line parser
12 years ago
Stephen Fox
9f8ce906f4
fix to documentation regarding CV_CAP_OPENNI_* in high gui userguide
...
fix comments to accurate match CV_CAP_OPENNI_* vs. wrong OPENNI_*
12 years ago
Andrey Kamaev
22e352d9cc
Merge pull request #76 vpisarev/test_fixes_1
12 years ago
Vadim Pisarevsky
fbe0d6963c
disabled several tests on Mac when no FFMPEG is used; disabled automatic table initialization in imgwarp in the case of MinGW
12 years ago
Andrey Kamaev
781d89829f
Merge pull request #79 from taka-no-me:warnings
12 years ago
Andrey Kamaev
2e91405833
Fix OS X build warnings
12 years ago
Andrey Kamaev
40030d2ca0
Fix windows build warnings
12 years ago
Andrey Kamaev
15076f9232
Fix implementation of PCA overload with retained variance parameter
12 years ago
Andrey Kamaev
d0ec65e80c
Fix linux build warning
12 years ago
Andrey Kamaev
bfa466dcbd
Merge pull request #75 form taka-no-me:comments/2463
12 years ago
Andrey Kamaev
9900f8deb2
Remove russian comments
12 years ago
Andrey Kamaev
ecb707ca7b
Convert cl2cpp.py script to cmake
...
New version removes inner comments and empty lines
12 years ago
Andrey Kamaev
57775988e7
Merge branch '2.4'
12 years ago
Andrey Kamaev
ef6a6cfb40
Merge pull request #69 from mdim/core_tests
12 years ago
Andrey Kamaev
769f61f8c7
Merge pull request #55 from vpisarev/ocl_fixes
12 years ago
Andrey Kamaev
d1d6ce63fc
Merge pull request #48 from kazuki-ma/2430_ostream_24
12 years ago
Vadim Pisarevsky
eea6fe8e7f
Merge pull request #71 from NikoKJ/ocl4_2.4.3
...
This patch is for the ocl module of 2.4.3
(tested on Mac (OSX 10.8, Xcode 4.5, OpenCL 1.1(?))
12 years ago
Vadim Pisarevsky
1770ba1df7
Merge pull request #66 from alekcac/ios-armv7s
...
added support armv7s for iOS framework; tested on my computer (OSX 10.8, Xcode 4.5)
12 years ago
marina.kolpakova
8e2f729aa7
Merge remote-tracking branch 'cuda-geek/surf-with-mask-fix' into 2.4
12 years ago
Niko
5df77a841e
remove redundant OPENCL_DIR flag
...
remove as much warnings as possible
use enum instead of MACRO for ocl.hpp
add command line parser in accuracy test and perf test
some bug fix for arthim functions
12 years ago
Maria Dimashova
78dd1893bb
added tests for cv::merge, cv::split, cv::phase
12 years ago
marina.kolpakova
b14f447cc6
fix GPU SURF tests for masked case
12 years ago
marina.kolpakova
99c666691e
Restore core multiply/divide depth to CV_64F value.
...
After setting depth to CV_32F for non double types this produces difference in results. I've attached test that reproduce this issue.The issue was found during anali broken GPU tests for multiply/device functions.
12 years ago
Kazuki MATSUDA
72c93dabd3
Add stream operators (Requested #2430 )
...
Add output stream operators (<<) for Rect, Size, Matx, Vec.
I can't add operations for cv::KeyPoint.
And putting together all operator<<.
(Matx, Point_, Point3_, Vec, Size_, Rect_)
12 years ago
Andrey Kamaev
b6a2717c2b
Merge pull request #65 from taka-no-me:android/warnings
12 years ago
Andrey Kamaev
59452dfc6f
Merge pull request #64 from vpisarev/bugs_1939_2100
12 years ago
Vadim Pisarevsky
40a30b6f30
fixed type "compatible -> incompatible" in the error message
12 years ago
Vadim Pisarevsky
d652cc72f2
fixed bugs #2100 (kind of) and #1393
...
[edit: cleaned whitespace]
12 years ago
Alexander Shishkov
2dba13f7d4
added support armv7s for iOS framework
...
for supporting with iOS 6 devices
12 years ago
Andrey Kamaev
8fb6d9f650
Fix Android build warnings
12 years ago
Andrey Kamaev
d9ffe5e7c4
Merge branch '2.4'
12 years ago
Andrey Kamaev
cb66dd8000
Normalize android/scripts/wincfg.cmd.tmpl
12 years ago
Andrey Kamaev
e8dd73798c
Merge pull request #59 from taka-no-me:doc/fix-signatures-master
12 years ago
Andrey Kamaev
546ec2af65
Merge pull request #54 from taka-no-me:doc/fix-signatures
12 years ago
Andrey Kamaev
5bc104cef5
Merge branch '2.4'
12 years ago
Andrey Kamaev
09abcd567e
Merge pull request #50 from taka-no-me:parallel/fix-build-2445
12 years ago
Andrey Kamaev
7173c82382
Include unistd.h to parallel.cpp on UNIX-like systems
...
This fixes build without TBB and CUDA. Issue #2445
12 years ago
marina.kolpakova
ec8fb32336
Merge pull request #63 from jet47/gpu-sep-filters
12 years ago
Vladislav Vinogradov
34b4a35ea7
gpu separable filters for CV_8UC3, CV_32FC3 and CV_32FC4 types
12 years ago
Andrey Kamaev
9a97c74ef3
Merge pull request #61 from vpisarev/bug_2509
12 years ago
Andrey Kamaev
49397f7946
Merge pull request #60 from kirill-kornyakov/documentation-link-to-answers2
12 years ago
Andrey Kamaev
1341c64290
Merge pull request #51 from taka-no-me/java/fix-build-after-normalization
12 years ago
Andrey Kamaev
65d07c56fb
Merge pull request #57 from vpisarev/bug_2429_2.4
12 years ago
Andrey Kamaev
e1c3ffb23f
Fix weight calculation for the last pixel in generic area resize.
...
Also removed assigned only variable.
12 years ago
Vadim Pisarevsky
80f9bd864f
fixed bug #2429
...
[edit: cleaned whitespace]
12 years ago
Vadim Pisarevsky
c40718ab61
fixed bug #2059
12 years ago
Kirill Kornyakov
908f25bc43
changed link to Q&A forum in the docs
12 years ago